20 lines
437 B
Fish
20 lines
437 B
Fish
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
|
|
|
# overwrite greeting
|
|
# potentially disabling fastfetch
|
|
#function fish_greeting
|
|
# # smth smth
|
|
#end
|
|
|
|
# pnpm
|
|
set -gx PNPM_HOME "/home/buymymojo/.local/share/pnpm"
|
|
if not string match -q -- $PNPM_HOME $PATH
|
|
set -gx PATH "$PNPM_HOME" $PATH
|
|
end
|
|
# pnpm end
|
|
|
|
set -gx EDITOR ms-edit
|
|
set -gx VISUAL ms-edit
|
|
|
|
fish_add_path /home/buymymojo/bin
|
|
fish_add_path /home/buymymojo/.cargo/bin
|