Fish: add ~/.local/bin to $PATH

This commit is contained in:
2021-06-05 23:30:52 +02:00
parent 49fef00406
commit c6e91e6e1c

View File

@@ -3,7 +3,7 @@ set -x PAGER less
set -x fish_prompt_pwd_dir_length 1
set -x fish_greeting ''
set fish_complete_path $fish_complete_path /usr/share/fish/competions
set PATH $PATH ~/.local/usr/bin ~/.cargo/bin
set PATH $PATH ~/.local/usr/bin ~/.cargo/bin ~/.local/bin
# This file is run by all fish instances.
# To include configuration only for login shells, use