This commit is contained in:
2025-07-06 18:04:51 +03:00
parent 851ea3d4d7
commit cc4c5f0dfc

2
.zshrc
View File

@@ -94,6 +94,7 @@ alias pi-mount='sshfs omoelle:/home/elleoma ~/mnt && cd ~/mnt'
alias cat='bat --paging=never'
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'
# git aliases
alias gs='git status '
@@ -145,4 +146,3 @@ export PATH=~/.npm-global/bin:$PATH
# go binaries path
export PATH=~/go/bin:$PATH
alias config='git --git-dir=/home/elleoma/.config --work-tree=/home/elleoma'