Skip to content

Commit

Permalink
Remove ssh alias
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 Feb 19, 2024
1 parent 561970b commit 054deee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zshrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ 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 054deee

Please sign in to comment.