add: fish : config.fish for manjaro
This commit is contained in:
parent
583385da10
commit
add3f00809
1 changed files with 9 additions and 0 deletions
9
dotfiles/fish/config.fish
Normal file
9
dotfiles/fish/config.fish
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
if status is-interactive
|
||||||
|
# Commands to run in interactive sessions can go here
|
||||||
|
# starship
|
||||||
|
starship init fish | source
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
# opam configuration
|
||||||
|
source /home/qwjyh/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
Loading…
Reference in a new issue