diff options
author | Julian T <julian@jtle.dk> | 2020-03-28 23:55:31 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-03-28 23:55:31 +0100 |
commit | 8117073221f6c568d6f242bb2db82b9447686c2e (patch) | |
tree | 0b24d5a856dbc791fc2a158382d0ac3dfae86f7c /zsh | |
parent | 5fc79dd7adec88e33ff97368fd7fcd13ce2f96b3 (diff) |
Vim autocompletion and minor stuff. Zsh keep commands
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -69,11 +69,6 @@ alias vim="nvim" #alias cmacs="emacsclient -nw -c" alias sc="systemctl" -#Setup git lol -git config --global alias.lol "log --graph --decorate --abbrev-commit --all" - - - alias hej="echo 'Hej, hvordan går det?'" export EDITOR=nvim |