08.03.2024 Friday 09:56

This commit is contained in:
Petr Nyc
2024-03-08 09:56:54 +01:00
parent 4eb9e98234
commit 0840bad00b
234 changed files with 4682 additions and 1 deletions

12
.zshrc
View File

@@ -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