Fish: don't use config.fish to change path

Use fish_add_path instead.
This commit is contained in:
2022-02-03 01:25:48 +01:00
parent 06de4a6ba1
commit 6a6c52c2e9
2 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
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 ~/.local/bin
# This file is run by all fish instances.
# To include configuration only for login shells, use