mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
zshrc: Why to sleep if there aren't anything which should be aborted on startup?
It seems that I forgot to comment sleeping.
This commit is contained in:
parent
6da1ff8344
commit
3d24df5199
2
zshrc
2
zshrc
@ -46,7 +46,7 @@ source ~/.zshenv
|
|||||||
source ~/.zsh_functions
|
source ~/.zsh_functions
|
||||||
|
|
||||||
## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH!
|
## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH!
|
||||||
sleep 1;
|
#sleep 1;
|
||||||
|
|
||||||
# Gives second time to press CTRL + C in case you want to prevent action by tmux.
|
# Gives second time to press CTRL + C in case you want to prevent action by tmux.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user