dotfiles/home/config/fish/config.fish
2023-01-02 01:07:53 -05:00

6 lines
158 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
set -x EDITOR nvim
set -x XDG_CONFIG_HOME /Users/tyrel/.config
end