We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb182f4 commit 3eed9ecCopy full SHA for 3eed9ec
zsh/zshrc
@@ -1,6 +1,6 @@
1
# https://raw.githubusercontent.com/ivankatliarchuk/dotfiles/master/zsh/zshrc
2
3
-printf '\33c\e[3J'
+printf '\33c\e[3J' # hides last logic command
4
5
if [[ -n "$DEBUG" ]];then
6
set -x
@@ -12,4 +12,5 @@ if [[ $(uname -m) == 'arm64' ]]; then
12
fi
13
14
[[ -f ${HOME}/.zsh/settings/bootstrap.zsh ]] && source ${HOME}/.zsh/settings/bootstrap.zsh
15
-set +x
+
16
+clear # clear the terminal in initialization from any initialization prints
0 commit comments