11 lines
201 B
Fish
11 lines
201 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
|