diff options
author | Yigit Sever | 2022-03-30 10:05:52 +0300 |
---|---|---|
committer | Yigit Sever | 2022-03-30 10:07:17 +0300 |
commit | 3a503af0b109bb936c5fd5c4a98507ab8d438644 (patch) | |
tree | 77d26dbef939cdb0059db5b5b6faf39ec58d331a /.config | |
parent | 1e1f5b39eb0abf455a3543e93453bb2cb8564f10 (diff) | |
download | dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.tar.gz dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.tar.bz2 dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.zip |
fish: add cargo to path
Diffstat (limited to '.config')
-rw-r--r-- | .config/fish/config.fish | 1 | ||||
-rw-r--r-- | .config/fish/fish_variables | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8e75d6b..03df509 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
@@ -1,4 +1,5 @@ | |||
1 | fish_add_path $HOME/.local/bin | 1 | fish_add_path $HOME/.local/bin |
2 | fish_add_path $HOME/.cargo/bin | ||
2 | 3 | ||
3 | set --global --export EDITOR nvim | 4 | set --global --export EDITOR nvim |
4 | set --global --export PAGER "less -R" | 5 | set --global --export PAGER "less -R" |
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 588049d..602beb2 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables | |||
@@ -29,4 +29,4 @@ SETUVAR fish_pager_color_completion:normal | |||
29 | SETUVAR fish_pager_color_description:B3A06D\x1eyellow | 29 | SETUVAR fish_pager_color_description:B3A06D\x1eyellow |
30 | SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline | 30 | SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline |
31 | SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan | 31 | SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan |
32 | SETUVAR fish_user_paths:/home/yigit/\x2elocal/bin | 32 | SETUVAR fish_user_paths:/home/yigit/\x2ecargo/bin\x1e/home/yigit/\x2elocal/bin |