Compare commits
2 Commits
bfd4eef5cf
...
eb96b03704
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb96b03704
|
||
|
|
0d561db4bf
|
12
.zshrc
12
.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
|
||||
@@ -56,6 +63,11 @@ bindkey '^[[B' history-substring-search-down
|
||||
export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
|
||||
|
||||
|
||||
########## pnpm ###############################################################
|
||||
export PNPM_HOME="/Users/porridge/Library/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
|
||||
########## Powerlevel10k ######################################################
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
Reference in New Issue
Block a user