dotfiles/home/config/fish/config.fish

6 lines
158 B
Fish
Raw Normal View History

2022-10-05 03:52:00 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
2023-01-02 06:07:53 +00:00
set -x EDITOR nvim
set -x XDG_CONFIG_HOME /Users/tyrel/.config
2022-10-05 03:52:00 +00:00
end