Skip to content

Commit

Permalink
SSH with explicit term setting for kitty
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 28, 2023
1 parent b043ea9 commit ea8c2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ alias lvim="nvim"
alias rebrew="brew bundle --file=$(chezmoi source-path)/Brewfile"
alias refresh="chezmoi git pull && chezmoi apply && source $CONFIG_FILE && echo '~ refreshed shell config'"
alias rmuntracked="git status -su --no-ahead-behind | awk '{ print $2 }' | xargs rm"
alias ssh="TERM=xterm-256color ssh"
alias tabcheck="/bin/cat -e -t -v"
alias tsc="transmission-remote netocean"
alias utd="cd ~/utf9k && yarn start"
Expand Down

0 comments on commit ea8c2c5

Please sign in to comment.