From 0366185d6d2146c87aaac96aebcc215d4f832630 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Thu, 1 Dec 2022 15:59:06 +0000 Subject: [PATCH] changed rust to nightly in PATH --- .config/fish/config.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 65c8df9..5c47991 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -6,12 +6,12 @@ bind \cH backward-kill-path-component bind "[3;5~" kill-word function config - /usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv +/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv end #Vim mode -fish_vi_key_bindings - +#fish_vi_key_bindings +fish_default_key_bindings function vim nvim $argv end @@ -38,6 +38,6 @@ function u end set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/afonso/.ghcup/bin $PATH # ghcup-env -fish_add_path /home/afonso/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin +fish_add_path /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin fish_add_path $HOME/.local/bin fish_add_path $HOME/.cargo/bin