summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-05-14 20:38:15 +0200
committerJulian T <julian@jtle.dk>2020-05-14 20:40:03 +0200
commit900249e33d6c3e1108385360880ccc022bf61029 (patch)
tree6f0d03c0908595417b4a24d309aec3f8ae1a3cad /zsh/.zshrc
parent74ed27204ab3ad135dbc338f1ce3a3ca74adb477 (diff)
Zsh vim keys and experimenting with new zsh config. Dwm converted to new
xinit system
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a8a9a99..e255cc9 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -80,8 +80,6 @@ SUDO_EDITOR=nvim
export ANSIBLE_NOCOWS=1
-export PATH=$HOME/Scripts:$PATH
-
# Creates a new shell in the current shell
alias new="ZSH_NEST=$((ZSH_NEST + 1)) zsh"
@@ -92,6 +90,7 @@ then
fi
bindkey "^P" up-line-or-search
+bindkey -v
function gittr {
if [ $# -eq 0 ]