Add $HOME/scripts to path

This commit is contained in:
RealStickman 2020-11-23 08:27:10 +01:00
parent d0a2cf537b
commit 990718ff63

View File

@ -30,6 +30,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" $fish_user_paths
# use sudo !! to run the last command as root
function sudo --description "Replacement for Bash 'sudo !!' command to run last command using sudo."