Skip to content

Commit 3eed9ec

Browse files
hide last login command
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent eb182f4 commit 3eed9ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zsh/zshrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://raw.githubusercontent.com/ivankatliarchuk/dotfiles/master/zsh/zshrc
22

3-
printf '\33c\e[3J'
3+
printf '\33c\e[3J' # hides last logic command
44

55
if [[ -n "$DEBUG" ]];then
66
set -x
@@ -12,4 +12,5 @@ if [[ $(uname -m) == 'arm64' ]]; then
1212
fi
1313

1414
[[ -f ${HOME}/.zsh/settings/bootstrap.zsh ]] && source ${HOME}/.zsh/settings/bootstrap.zsh
15-
set +x
15+
16+
clear # clear the terminal in initialization from any initialization prints

0 commit comments

Comments
 (0)