From a0d375f523e893e9017f25ef1fe54615fbdea0a6 Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Tue, 1 Oct 2024 15:36:16 +0200 Subject: [PATCH] update fish config --- fish-config.fish | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'" -