Add .local/bin to PATH
This commit is contained in:
parent
c26e5914c4
commit
7bb676ca78
@ -36,6 +36,7 @@ set VISUAL "/usr/bin/emacs --no-window-system"
|
||||
# add paths
|
||||
set fish_user_paths "$HOME/.emacs.d/bin/" $fish_user_paths
|
||||
set fish_user_paths "$HOME/scripts/in_path" $fish_user_paths
|
||||
set fish_user_paths "$HOME/.local/bin" $fish_user_paths
|
||||
|
||||
# enable thefuck
|
||||
thefuck --alias | source
|
||||
|
Loading…
Reference in New Issue
Block a user