16 lines
388 B
Fish
16 lines
388 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
starship init fish | source
|
|
direnv hook fish | source
|
|
zoxide init fish | source
|
|
thefuck --alias | source
|
|
set -x PATH $HOME/.local/bin $PATH
|
|
abbr -a h hx
|
|
abbr -a gc git commit
|
|
abbr -a gco git checkout
|
|
# fish_vi_key_bindings
|
|
# fish_vi_cursor
|
|
# set -Ux TERM xterm-256color
|
|
# set -gx TERM xterm-256color
|