This commit is contained in:
arc
2025-01-24 15:01:04 -07:00
parent 6543069666
commit 6cba1e35d5
7 changed files with 50 additions and 39 deletions

View File

@ -0,0 +1,2 @@
# https://github.com/Schniz/fnm?tab=readme-ov-file#shell-setup
fnm env --use-on-cd --shell fish | source

View File

@ -0,0 +1 @@
source "$HOME/.cargo/env.fish"

View File

@ -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'

View File

@ -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

View File

@ -0,0 +1,4 @@
function !! --wraps='sudo pacman -Syu' --description 'alias !! sudo pacman -Syu'
sudo pacman -Syu $argv
end