Update PATH for fish so it picks up on clone and cdp.
This commit is contained in:
parent
cbc56e8d0b
commit
2e7681b89d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set -U fish_greeting "> Have fun 🐟 <"
|
||||
|
||||
set -Ux WORKSPACE_DIR "$HOME/spaces/workspace"
|
||||
set -U fish_user_paths "$HOME/.local/bin" $fish_user_paths
|
||||
|
|
|
|||
|
|
@ -31,3 +31,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
|||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/home/eyedevelop/\x2elocal/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue