Removed fastfetch on terminal start and made it not show the agent pid for github when starting terminal

This commit is contained in:
ManOfGoldForever 2026-04-03 11:02:29 -04:00
parent ad06f5284e
commit 3d017a28cf

View file

@ -1,5 +1,7 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
function fish_greeting; end
fish_config theme choose "Hacker"
oh-my-posh init fish --config ~/.config/oh-my-posh/hacker.omp.json | source
@ -13,7 +15,7 @@ set -gx SUDO_EDITOR "zeditor --wait"
# Start SSH agent if not already running
if not set -q SSH_AGENT_PID
eval (ssh-agent -c)
eval (ssh-agent -c 2>/dev/null | grep -v "^echo")
end
function update