fish: Move sourcing of fnm and starship to conf.d

This commit is contained in:
Sanchayan Maity 2021-12-10 15:52:34 +05:30
parent 78ab1afc24
commit b8ccdaacd6
3 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1 @@
fnm env | source

View File

@ -0,0 +1 @@
starship init fish | source

View File

@ -79,9 +79,6 @@ alias cbu='cargo update'
fzf_key_bindings
starship init fish | source
fnm env | source
# https://github.com/fish-shell/fish-shell/issues/7485#issuecomment-728984689
# https://wiki.archlinux.org/title/Flatpak#Adding_Flatpak_.desktop_files_to_your_menu
set -l xdg_data_home $XDG_DATA_HOME ~/.local/share