1
0
Fork 0
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:
Henrik Hautakoski 2024-11-22 09:57:52 +01:00
parent 12c4d177c2
commit 996984ddf7

View file

@ -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