diff --git a/fish-config.fish b/fish-config.fish index 34551aa..fece6b8 100644 --- a/fish-config.fish +++ b/fish-config.fish @@ -1,7 +1,5 @@ -if status is-interactive && type -q pfetch +if status is-interactive # Commands to run in interactive sessions can go here - echo - pfetch end set -x EDITOR hx @@ -9,4 +7,3 @@ alias tmux="tmux -2" alias json-get="curl --request GET -H 'Content-Type: application/json'" alias json-post="curl --request POST -H 'Content-Type: application/json'" -