Everything is basically set up how I like it

This commit is contained in:
ManOfGoldForever 2026-02-01 12:48:07 -05:00
parent eb701b9b24
commit f58e511ddc
19 changed files with 626 additions and 223 deletions

View file

@ -4,6 +4,8 @@ fish_config theme choose "Dracula Official"
oh-my-posh init fish --config ~/.cache/oh-my-posh/themes/dracula.omp.json | source
alias mntnas="sudo mount -a"
# Set Zed as the default editor
set -gx EDITOR /usr/local/bin/zed_sudo_wrapper
set -gx VISUAL "zeditor --wait"
@ -21,6 +23,10 @@ function update
paru -Sc --noconfirm
end
function helium
exec /usr/bin/helium-0.6.9.1-x86_64.AppImage
end
function add_ssh_key
set -l ssh_key ~/.ssh/github-ssh
echo "Adding SSH key..."