diff options
Diffstat (limited to 'zsh/index.zsh')
| -rw-r--r-- | zsh/index.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index e0f3376..375384c 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -2,7 +2,6 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -EDITOR=nvim bindkey -e # End of lines configured by zsh-newuser-install # @@ -23,3 +22,6 @@ alias tg='git describe --tags HEAD' eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) + +alias rr=ranger +export EDITOR=nvim |
