Skip to content

Commit

Permalink
fish: add .local/bin to PATH if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 13, 2025
1 parent ea1bbb9 commit 8de31b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/private_dot_config/private_fish/config.fish.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ if status is-interactive
end
{{ end -}}

if test -d ~/.local/bin
fish_add_path -p -m ~/.local/bin
end

# Use bat as pager
set -gx PAGER bat
set -gx SYSTEMD_PAGER bat
Expand Down

0 comments on commit 8de31b9

Please sign in to comment.