08.03.2024 Friday 09:56
This commit is contained in:
12
.zshrc
12
.zshrc
@@ -1,3 +1,7 @@
|
||||
# disable alacritty jumping when set on urgent
|
||||
# https://github.com/alacritty/alacritty/pull/7019
|
||||
printf "\e[?1042l"
|
||||
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
@@ -184,3 +188,11 @@ fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
|
||||
# for cocoapods
|
||||
export PATH=/opt/homebrew/opt/ruby/bin:$PATH
|
||||
export GEM_HOME=$HOME/.gem
|
||||
export PATH=$GEM_HOME/bin:$HOME/.gem/ruby/3.3.0/bin:$PATH
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user