add .zshenv

This commit is contained in:
2025-07-14 17:38:44 +03:00
parent aeb3f14a90
commit 5bf08de339
2 changed files with 12 additions and 0 deletions

View File

@@ -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 '