From 900249e33d6c3e1108385360880ccc022bf61029 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 14 May 2020 20:38:15 +0200 Subject: Zsh vim keys and experimenting with new zsh config. Dwm converted to new xinit system --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zsh') 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 ] -- cgit v1.2.3