dotfiles/fish-config.fish
2024-03-18 21:20:29 +01:00

10 lines
165 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"