diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-20 17:53:05 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-20 17:53:05 +0200 |
| commit | 232a2cf1fb15be304b0289a94be98dca3baedba5 (patch) | |
| tree | 879b22228d2add7755b04a09c02fa7505a98f27f /zsh | |
| parent | 58bf91c87991e2ee77f26e147ac870d250c22eed (diff) | |
separage config file for fzf-lua, add EDITOR=nvim
Diffstat (limited to '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 |
