diff options
author | ThanosApollo <[email protected]> | 2022-08-26 01:17:29 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-26 01:17:29 +0300 |
commit | 318de25b1ce2f4afb574e95261afd13bbc6c18d2 (patch) | |
tree | 6d35efc3859f1ba1d63c090bbe69b590422b1fe0 /.zshrc | |
parent | 1d7a291fddc5d9c58485cece930fa38807fcd6e7 (diff) |
update zsh, add aliases'
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ export PATH="$HOME/.emacs.d/bin:$PATH" #Neovim > Vim alias vim='nvim' +alias vi='nvim' #git alias config='/usr/bin/git --git-dir=$HOME/Developer/config/ --work-tree=$HOME' @@ -45,7 +46,7 @@ alias r='paru -R' alias ls='ls --color=auto' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' -alias logout='pkill -U' +alias logout='pkill -U $USER' alias neofetch='neofetch | lolcat' alias b='bluetoothctl' alias ba='bluetooth-autoconnect' |