update-zsh
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
if [[ -f "/opt/homebrew/bin/brew" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
||||
export PATH="/Library/Developer/CommandLineTools/usr/bin:$PATH"
|
||||
alias f='selected=$(find . -type f | fzf --preview "bat --style=numbers --color=always {}") && [ -n "$selected" ] && vim "$selected"'
|
||||
|
||||
alias ghostty_config='v $HOME/Library/Application\ Support/com.mitchellh.ghostty/config'
|
||||
alias cat='bat'
|
||||
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
|
||||
#source $(brew --prefix powerlevel10k)/powerlevel10k.zsh-theme
|
||||
export PATH="$PATH:/Users/luisfreixial/.cargo/bin"
|
||||
#source $(brew --prefix powerlevel10k)/powerlevel10k.zsh-theme
|
||||
export GOPATH=$HOME/go
|
||||
export GOROOT="$(brew --prefix golang)/libexec"
|
||||
alias python=/usr/bin/python3
|
||||
|
||||
Reference in New Issue
Block a user