added fish shell configuration file
This commit is contained in:
parent
5ae95471a4
commit
397801e32e
1 changed files with 17 additions and 0 deletions
17
.config/fish/config.fish
Normal file
17
.config/fish/config.fish
Normal file
|
@ -0,0 +1,17 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
# set greeting to text
|
||||
set -g fish_greeting 'Hey, sup?'
|
||||
# function fish_greeting
|
||||
# cowfortune
|
||||
# end
|
||||
|
||||
# start starship prompt
|
||||
starship init fish | source
|
||||
|
||||
# import bash_aliases
|
||||
source ~/.bash_aliases
|
||||
|
||||
set -gx EDITOR nvim
|
Loading…
Reference in a new issue