add .zshenv
This commit is contained in:
@@ -54,10 +54,13 @@ alias ssh='kitten ssh' # functional ssh with kitty
|
||||
alias snv='sudo -E nvim' # sudo nvim
|
||||
alias nv='nvim'
|
||||
alias pi='ssh omoelle'
|
||||
alias pi_tl='ssh omoelle-tl'
|
||||
alias pi-mount='sshfs omoelle:/home/elleoma ~/mnt && cd ~/mnt'
|
||||
alias pi_tl-mount='sshfs omoelle-tl:/home/elleoma ~/mnt && cd ~/mnt'
|
||||
alias wifi="nmcli d wifi show-password | grep 'Password' | awk -F': ' '{ print \$2 }'"
|
||||
alias pivpn="wg-quick up laptop"
|
||||
alias config='git --git-dir=/home/elleoma/.config --work-tree=/home/elleoma'
|
||||
alias wp='git --git-dir=$HOME/shit/wallpapers/.wp --work-tree=$HOME/shit/wallpapers'
|
||||
|
||||
# git aliases
|
||||
alias gs='git status '
|
||||
|
Reference in New Issue
Block a user