Fish terminal config & color vars

This commit is contained in:
2023-01-24 08:41:15 +01:00
parent e90fb2c464
commit 3bcdfe159a
2 changed files with 45 additions and 0 deletions

14
fish/config.fish Normal file
View File

@@ -0,0 +1,14 @@
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)