14 lines
345 B
Fish
14 lines
345 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
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'"
|
|
|
|
set -x TERM xterm-256color
|
|
|
|
alias code="code --ozone-platform=wayland"
|