6 lines
158 B
Fish
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
|