chore: changed rust to nightly in PATH
This commit is contained in:
@@ -6,12 +6,12 @@ bind \cH backward-kill-path-component
|
|||||||
bind "[3;5~" kill-word
|
bind "[3;5~" kill-word
|
||||||
|
|
||||||
function config
|
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
|
end
|
||||||
|
|
||||||
#Vim mode
|
#Vim mode
|
||||||
fish_vi_key_bindings
|
#fish_vi_key_bindings
|
||||||
|
fish_default_key_bindings
|
||||||
function vim
|
function vim
|
||||||
nvim $argv
|
nvim $argv
|
||||||
end
|
end
|
||||||
@@ -38,6 +38,6 @@ function u
|
|||||||
end
|
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
|
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/.local/bin
|
||||||
fish_add_path $HOME/.cargo/bin
|
fish_add_path $HOME/.cargo/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user