File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 exclude : |
3939 (?x)(
4040 ^.vscode/|
41- ^tools/vscode/
41+ ^tools/vscode/|
42+ ^terminal/iTerm/profiles/
4243 )
4344 - id : requirements-txt-fixer
4445 - id : sort-simple-yaml
Original file line number Diff line number Diff line change 123123 "Bound Hosts" : [],
124124 "Character Encoding" : 4 ,
125125 "Close Sessions On End" : true ,
126- "Columns" : 140 ,
126+ "Columns" : 120 ,
127+ "Rows" : 30 ,
127128 "Command" : " " ,
128129 "Cursor Boost" : 0.20556530898876405 ,
129130 "Cursor Color" : {
392393 "Option Key Sends" : 0 ,
393394 "Prompt Before Closing 2" : false ,
394395 "Right Option Key Sends" : 0 ,
395- "Rows" : 35 ,
396396 "Screen" : -2 ,
397397 "Scrollback Lines" : 0 ,
398398 "Selected Text Color" : {
Original file line number Diff line number Diff line change 6767# . /usr/local/opt/asdf/libexec/asdf.sh
6868# fi
6969
70- [[ -s " $HOME /.gvm/scripts/gvm" ]] && source " $HOME /.gvm/scripts/gvm"
71- [[ -s " ${HOME} /.krew/bin" ]] && export PATH=" ${PATH} :${HOME} /.krew/bin"
70+ [[ -s " ${HOME} /.gvm/scripts/gvm" ]] && source " ${HOME} /.gvm/scripts/gvm"
7271
7372# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
7473# export PATH="$PATH:$HOME/.rvm/bin:$(go env GOPATH)/bin"
9190
9291export GOPATH=$HOME
9392export PATH=" $GOPATH /bin:$PATH "
94-
93+ [[ -s " ${HOME} /.krew/bin " ]] && export PATH= " ${PATH} : ${HOME} /.krew/bin "
9594# ## MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
9695export PATH=" $HOME /.rd/bin:$PATH "
9796# ## MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ if [[ $(uname -m) == 'arm64' ]]; then
44 export PATH=" /opt/homebrew/bin:$PATH "
55fi
66
7- [[ -f ${HOME} /.zsh/settings/settings .zsh ]] && source ${HOME} /.zsh/settings/bootstrap.zsh
7+ [[ -f ${HOME} /.zsh/settings/bootstrap .zsh ]] && source ${HOME} /.zsh/settings/bootstrap.zsh
You can’t perform that action at this time.
0 commit comments