mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge remote-tracking branch 'cadusk/master'
Conflicts: templates/zshrc-mac.zsh
This commit is contained in:
commit
ad426a6579
1 changed files with 6 additions and 0 deletions
|
|
@ -37,8 +37,14 @@ plugins=(git python vim-override common-aliases zsh-syntax-highlighting jump cof
|
|||
pip brew sublime grin)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# User configuration
|
||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
if [ -e /usr/local/bin ]; then export PATH="/usr/local/bin:$PATH"; fi
|
||||
|
||||
zstyle ':completion:*:descriptions' format '%B%d%b'
|
||||
# Language configuration
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue