FEAT: fish nvim
This commit is contained in:
parent
b47bc91789
commit
bfea58ffdb
3 changed files with 19 additions and 7 deletions
|
@ -5,5 +5,12 @@ if status is-interactive
|
|||
starship init fish | source
|
||||
end
|
||||
|
||||
# Created by `pipx` on 2023-11-04 13:29:11
|
||||
set PATH $PATH /home/ale/.local/bin
|
||||
# XDG
|
||||
set -x XDG_CONFIG_HOME "$HOME/.config"
|
||||
|
||||
# bun
|
||||
set -x BUN_INSTALL "$HOME/.local/bun"
|
||||
|
||||
# path
|
||||
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue