zshrc
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -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'
|
||||
|
Reference in New Issue
Block a user