dots/src/.config/fish/config.fish

11 lines
206 B
Fish
Raw Normal View History

2021-10-21 17:44:21 -04:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
2021-10-21 20:56:16 -04:00
source ~/.config/fish/aliases.fish
2021-10-21 17:44:21 -04:00
set -gx PATH "$PATH:$HOME/.local/bin:"
set fish_greeting ""
fish_vi_key_bindings