mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update fish
This commit is contained in:
@@ -1 +1,11 @@
|
||||
fish_add_path --path {$HOME}/bin
|
||||
|
||||
if test -x /opt/homebrew/bin/brew
|
||||
/opt/homebrew/bin/brew shellenv fish | source
|
||||
end
|
||||
|
||||
if command -q starship
|
||||
source (starship init fish --print-full-init | psub)
|
||||
end
|
||||
|
||||
# Want this at the bottom to put this path first
|
||||
fish_add_path --move --path {$HOME}/bin
|
||||
|
||||
Reference in New Issue
Block a user