mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
bashrc: Sleep of three seconds is too long,
This commit is contained in:
parent
ac6a56df93
commit
8528d3b652
2
bashrc
2
bashrc
@ -114,7 +114,7 @@ source ~/.bash_functions
|
|||||||
source ~/.bash_private_aliases
|
source ~/.bash_private_aliases
|
||||||
|
|
||||||
## 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 3;
|
sleep 1;
|
||||||
|
|
||||||
# Gives three seconds time to press CTRL + C in case you want to prevent action by tmux.
|
# Gives three seconds time to press CTRL + C in case you want to prevent action by tmux.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user