Add .local/bin to PATH

This commit is contained in:
RealStickman 2021-01-06 21:43:49 +01:00
parent c26e5914c4
commit 7bb676ca78

View File

@ -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