mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-12-08 04:08:43 +00:00
Fish terminal config & color vars
This commit is contained in:
14
fish/config.fish
Normal file
14
fish/config.fish
Normal 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)
|
||||
Reference in New Issue
Block a user