Move things into sub-files and sub-directories Add ensure_path function to make sure stuff doesn't get spammed multiple times into the PATH
5 lines
90 B
Fish
5 lines
90 B
Fish
# reload your Fish config
|
|
function src
|
|
source ~/.config/fish/config.fish; and clear
|
|
end
|