summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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 ]