diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index f59a0ca..90e5fbe 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -34,21 +34,21 @@ alias diskusage="ncdu -x" alias dr="dragon-drop --and-exit --all --print-path" alias du="du --summarize --human-readable" alias dus="du --summarize --human-readable * | sort -h" -alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux alias faf="find . -type f -iname" # faf (find a file) +alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux alias gparted="sudo gparted" alias grep='grep --color=auto' alias ip='ip -br a' -alias ipify='http https://api.ipify.org?format=json' alias ipcam="ffplay rtsp://192.168.31.220:554/1" +alias ipify='http https://api.ipify.org?format=json' alias journal='journalctl --since "1 hour ago"' alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll" alias keyringreset="trash-put /home/poq/.local/share/keyrings/*.keyrings" alias lock="xautolock -locknow" alias ls='ls --color=auto' alias mapscii='telnet mapscii.me' -alias neofetch='fastfetch' alias myip="echo $(wget http://ipinfo.io/ip -qO -)" +alias neofetch='fastfetch' alias nr="nitrogen --restore" alias sb="source ~/.bashrc" alias sbr="source /home/poq/syncDir/gitRepos/gt.op.fo/lnx-arch/dots/bash/.bashrc" # source bash (from) repo @@ -61,6 +61,7 @@ alias tp-restore="trash-restore" alias tp="tp.sh" alias tree="tree --du -h" alias unimatrix="unimatrix.py" # terminal idle "screensaver" +alias weba-connect="ssh -t root@178.156.192.201 -p 1808 'export TERM=xterm; cd /tmp; bash -l'" # app images #alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage"