never used it anyways
@ -83,5 +83,3 @@ alias syu='sudo pacman -Syu; sudo pacman -Rns $(pacman -Qdtq); pacman -Qem; cowe
alias d-u='sudo apt update && sudo apt full-upgrade && sudo apt --purge autoremove && sudo apt clean'
alias pp='git pull -r && git push'
alias statdiff='git status && git diff --staged'
set -o vi
@ -1,5 +1,3 @@
Set-PSReadLineOption -EditMode Vi
#region keybindings
Set-PSReadlineKeyHandler -Key Tab -Function Complete
Set-PSReadlineKeyHandler -Key Ctrl+d -Function ViExit