diff options
author | Julian T <julian@jtle.dk> | 2021-01-28 23:57:33 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-01-28 23:57:33 +0100 |
commit | 78d50457a6497bf75ec5600edb60d4835e7d770e (patch) | |
tree | 8dc8b48271629a8cf09d9018d77bc5679201c5c6 /zsh/.zshrc | |
parent | 398cc9d2b4c0008c373799d47579ff21c9ce58a1 (diff) |
Vim and shell changed
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,6 +90,7 @@ export SUDO_EDITOR=$EDITOR export TERM="xterm-256color" export PATH=$PATH:$HOME/Scripts/bin export PATH=$PATH:$HOME/go/bin +export PATH=$PATH:$HOME/.local/bin export WORDCHARS='*?.[]~=&;!#$%^(){}<>' # @@ -98,6 +99,7 @@ export WORDCHARS='*?.[]~=&;!#$%^(){}<>' alias vim="$EDITOR" alias ls='ls --color=auto' alias etckeep="/usr/bin/git --git-dir=/etc/.git --work-tree=/etc/" +alias vim="echo no" # # Functions @@ -130,4 +132,3 @@ function goto { echo cd $(</tmp/where) fi } - |