update fish config

This commit is contained in:
Ludwig Lehnert 2024-10-01 15:36:16 +02:00
parent f320980c43
commit a0d375f523

View File

@ -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'"