Change PATH

This commit is contained in:
RealStickman 2020-11-26 07:45:16 +01:00
parent 17d6112dcd
commit fe68b39a37

View File

@ -30,7 +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
set fish_user_paths "$HOME/scripts/in_path" $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."