help
This commit is contained in:
2
fish/fish/conf.d/fnm.fish
Normal file
2
fish/fish/conf.d/fnm.fish
Normal file
@ -0,0 +1,2 @@
|
||||
# https://github.com/Schniz/fnm?tab=readme-ov-file#shell-setup
|
||||
fnm env --use-on-cd --shell fish | source
|
1
fish/fish/conf.d/rustup.fish
Normal file
1
fish/fish/conf.d/rustup.fish
Normal file
@ -0,0 +1 @@
|
||||
source "$HOME/.cargo/env.fish"
|
@ -1,6 +1,10 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
alias --save !! $(history -1)
|
||||
end
|
||||
|
||||
# Set the default editor to be nvim
|
||||
setenv EDITOR nvim
|
||||
setenv BEESHOME /.beeshome/
|
||||
setenv FZF_DEFAULT_COMMAND 'fd --type file --follow'
|
||||
setenv FZF_CTRL_T_COMMAND 'fd --type file --follow'
|
||||
|
@ -29,4 +29,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/opt/homebrew/opt/php\x408\x2e1/bin\x1e/Users/arc/\x2ecargo/bin\x1e/opt/homebrew/bin
|
||||
SETUVAR fish_user_paths:/opt/homebrew/opt/php\x408\x2e1/bin\x1e/Users/arc/\x2ecargo/bin\x1e/opt/homebrew/bin\x1e/usr/local/libexec\x1e/home/arc/\x2elocal/share/fnm
|
||||
|
4
fish/fish/functions/!!.fish
Normal file
4
fish/fish/functions/!!.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function !! --wraps='sudo pacman -Syu' --description 'alias !! sudo pacman -Syu'
|
||||
sudo pacman -Syu $argv
|
||||
|
||||
end
|
Reference in New Issue
Block a user