Files
chsh/fish/config.fish

16 lines
312 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
source $HOME/.profile
# Common programs
abbr -a -- vi nvim
# File exploring
abbr -a -- l 'tree -L 1 -a'
abbr -a -- ll 'tree -L 2 -a'
# Git (loaded from completions/git.fish)
source $HOME/.config/fish/completions/git.fish