Skip to content

Commit

Permalink
Remove npm tab completion and old bindkey stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Aug 10, 2020
1 parent e9331e1 commit 3c9413f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions shell/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ setopt extended_glob # treat #, ~, and ^ as part of patterns for filename genera

source $ZSH/oh-my-zsh.sh

# npm tab completion
. <(npm completion)

# bindkey -e
# bindkey '^[[1;9C' forward-word
# bindkey '^[[1;9D' backward-word

# Git alias for printing release logs
alias glor="git log --oneline --decorate --no-merges --pretty=\"%h %s (%an)\""
alias ggpush='git push -u origin $(current_branch)'
Expand Down

0 comments on commit 3c9413f

Please sign in to comment.