Skip to content

Commit

Permalink
Add support of italic for CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 27, 2024
1 parent 5039fcf commit 4560629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export PATH=~/projects/gocode/bin:$PATH
export PATH=$HOME/.bin:/usr/local/bin:$PATH

# Aliases
alias tx="tmux attach 2>/dev/null || tmux new -n HOME"
alias tx="TERM=screen-256color tmux attach 2>/dev/null || TERM=screen-256color tmux new -n HOME"
alias sshk="ssh $SSH_QUIET_OPTS"
alias scpk="scp $SSH_QUIET_OPTS"
alias dl="curl -ZL --max-redirs 3 --parallel-max 5 --remote-name-all"
Expand Down

0 comments on commit 4560629

Please sign in to comment.