Removed fastfetch on terminal start and made it not show the agent pid for github when starting terminal
This commit is contained in:
parent
ad06f5284e
commit
3d017a28cf
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
||||||
|
|
||||||
|
function fish_greeting; end
|
||||||
|
|
||||||
fish_config theme choose "Hacker"
|
fish_config theme choose "Hacker"
|
||||||
|
|
||||||
oh-my-posh init fish --config ~/.config/oh-my-posh/hacker.omp.json | source
|
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
|
# Start SSH agent if not already running
|
||||||
if not set -q SSH_AGENT_PID
|
if not set -q SSH_AGENT_PID
|
||||||
eval (ssh-agent -c)
|
eval (ssh-agent -c 2>/dev/null | grep -v "^echo")
|
||||||
end
|
end
|
||||||
|
|
||||||
function update
|
function update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue