summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-26 01:17:29 +0300
committerThanosApollo <[email protected]>2022-08-26 01:17:29 +0300
commit318de25b1ce2f4afb574e95261afd13bbc6c18d2 (patch)
tree6d35efc3859f1ba1d63c090bbe69b590422b1fe0 /.zshrc
parent1d7a291fddc5d9c58485cece930fa38807fcd6e7 (diff)
update zsh, add aliases'
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 7c0300f..6f75614 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'