This commit is contained in:
whoami 2025-01-15 16:24:39 +00:00
commit 61d3539d2a
108 changed files with 4775 additions and 1760 deletions

View file

@ -16,9 +16,22 @@ if status is-interactive
# macOS Specific
abbr --add clip pbcopy
abbr --add paste pbpaste
# Use GNU Coreutils
alias cp=gcp
alias ln=gln
alias mkdir=gmkdir
alias mv=gmv
alias rm=grm
alias rmdir=grmdir
alias touch=gtouch
case "Linux"
# Linux Specific
case '*'
# Default / Fallback case
end
end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH