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
|
|
@ -46,14 +46,12 @@ zstyle ':completion:*:descriptions' format '%B%d%b'
|
|||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||
|
||||
# Aliases
|
||||
alias ta='tmux attach -t'
|
||||
alias tl='tmux list-session'
|
||||
alias ts='tmux new-session'
|
||||
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# MacOSX specific aliases
|
||||
alias bu='brew update && brew upgrade'
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
unsetopt correctall
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue