zshrc: feat: Add aliases
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -37,6 +37,13 @@ export PATH="$HOME/bin:$PATH"
|
||||
export TERM=xterm-256color
|
||||
eval $(thefuck --alias)
|
||||
|
||||
### Aliases
|
||||
# Python
|
||||
alias python='python3'
|
||||
alias pip='pip3'
|
||||
# Intel (Rosetta 2) Homebrew
|
||||
alias ibrew='arch -x86_64 /usr/local/bin/brew'
|
||||
|
||||
# Case-insensitive autocomplete
|
||||
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
Reference in New Issue
Block a user