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

11 lines
204 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
source .config/fish/aliases.fish
set -gx PATH "$PATH:$HOME/.local/bin:"
set fish_greeting ""
fish_vi_key_bindings