mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge remote-tracking branch 'cadusk/master'
Conflicts: lib/aliases.zsh templates/zshrc-linux.zsh templates/zshrc-mac.zsh tools/install.sh
This commit is contained in:
commit
92ed38cb85
4 changed files with 13 additions and 14 deletions
|
|
@ -70,10 +70,5 @@ if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
|||
|
||||
[ "$TERM" = "xterm" ] && TERM="xterm-256color"
|
||||
|
||||
# Aliases
|
||||
alias ta='tmux attach -t'
|
||||
alias tl='tmux list-session'
|
||||
alias ts='tmux new-session'
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
unsetopt correctall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue