diff options
| -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 |
