Prepend ~/.local/bin to fish_user_paths and drop the stale hardcoded Pi node fish_add_path line from config.fish.
16 lines
288 B
Fish
16 lines
288 B
Fish
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
|
|
|
set -gx EDITOR nvim
|
|
set -gx VISUAL nvim
|
|
|
|
# overwrite greeting
|
|
# potentially disabling fastfetch
|
|
#function fish_greeting
|
|
# # smth smth
|
|
#end
|
|
|
|
# bun
|
|
set --export BUN_INSTALL "$HOME/.bun"
|
|
set --export PATH $BUN_INSTALL/bin $PATH
|
|
|