Oh My Zsh

2019-11-12  本文已影响0人  iVikings

In order to enable a theme, set ZSH_THEME to the name of the theme in your ~/.zshrc, before sourcing Oh My Zsh; for example: ZSH_THEME=robbyrussell

# alias
alias ll='ls -l'
alias la='ls -al'
alias vi='vim'
alias grep="grep --color=auto"
alias showip="ifconfig en0 | grep 'inet ' | awk '{print \$2}'"
# alias end

oh-my-zsh 终端用户名屏蔽设置

上一篇 下一篇

猜你喜欢

热点阅读