Fix path for scripts

This commit is contained in:
Janis Hutz 2025-03-28 13:50:42 +01:00
parent 0f0e0e8671
commit a6ce7ccdce

View File

@ -22,7 +22,7 @@ alias open-webui='sudo systemctl start docker && sudo docker start -i open-webui
alias ai='ollama serve'
# Add scripts in ~/projects/active/dotfiles/general/scripts/ to path
fish_add_path -P ~/projects/active/dotfiles/general/scripts/
fish_add_path -P ~/projects/active/dotfiles/scripts/
function y
set tmp (mktemp -t "yazi-cwd.XXXXXX")