diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc index 4d072a7..0ccf639 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -91,3 +91,10 @@ PS1+=$PS1_COLOR_RESET | |||
91 | ################################################################## | 91 | ################################################################## |
92 | PS2=" > " | 92 | PS2=" > " |
93 | ########################################################################## | 93 | ########################################################################## |
94 | |||
95 | |||
96 | ########################################################################## | ||
97 | # Aliases | ||
98 | ######### | ||
99 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" | ||
100 | ########################################################################## | ||