Skip to content

Commit 1f0818f

Browse files
update commands
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent aa6ecfc commit 1f0818f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ repos:
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

terminal/iTerm/profiles/personal-material.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
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": {
@@ -392,7 +393,6 @@
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": {

zsh/settings/bootstrap.zsh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ fi
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"
@@ -91,7 +90,7 @@ fi
9190

9291
export GOPATH=$HOME
9392
export 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)
9695
export PATH="$HOME/.rd/bin:$PATH"
9796
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)

zsh/zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [[ $(uname -m) == 'arm64' ]]; then
44
export PATH="/opt/homebrew/bin:$PATH"
55
fi
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

0 commit comments

Comments
 (0)