dotfiles/fish-config.fish
2024-04-08 18:13:45 +02:00

13 lines
312 B
Fish

if status is-interactive && type -q pfetch
# Commands to run in interactive sessions can go here
echo
pfetch
end
set -x EDITOR hx
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'"