Add minrss scripts to path

This commit is contained in:
dogeystamp 2022-10-01 18:56:10 -04:00
parent 28e9409bc7
commit b532113950
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -10,7 +10,9 @@ source ~/.config/fish/functions/extra_prompt.fish
gpgt
# Add .local/bin to path
set -gx PATH "$PATH:$HOME/.local/bin:$HOME/.local/bin/deskutils:"
set -gx PATH "$PATH:$HOME/.local/bin:"
set -gx PATH "$PATH:$HOME/.local/bin/deskutils:"
set -gx PATH "$PATH:$HOME/.local/bin/minrss-scripts:"
# Disable fish greeting
set fish_greeting ""