diff --git a/zshrc.md b/zshrc.md index dfed1ac..8dbc6e2 100644 --- a/zshrc.md +++ b/zshrc.md @@ -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"