mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish/config.fish: do not set EDITOR to an absolute path
This commit is contained in:
parent
12c4d177c2
commit
996984ddf7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ end
|
|||
fish_add_path $HOME/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
|
||||
set -x EDITOR /usr/local/bin/nvim
|
||||
set -x EDITOR nvim
|
||||
|
||||
# Colors
|
||||
set fish_color_user normal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue