mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
rc: fix clear-apt-list-cache
This commit is contained in:
parent
f58977d151
commit
3808f9c98f
@ -558,7 +558,7 @@ alias rcp="rsync -a --progress"
|
|||||||
alias rmv="rsync -a --progress --remove-source-files"
|
alias rmv="rsync -a --progress --remove-source-files"
|
||||||
|
|
||||||
# Clear apt list cache
|
# Clear apt list cache
|
||||||
alias clear-apt-list-cache="cd /var/lib/apt/lists && rm * && cd partial && rm * && cd"
|
alias clear-apt-list-cache="cd /var/lib/apt/lists && rm -f * && cd partial && rm -f * && cd"
|
||||||
|
|
||||||
# Accept all cookies with Lynx, makes browsing easier and
|
# Accept all cookies with Lynx, makes browsing easier and
|
||||||
# every other browser does this too.
|
# every other browser does this too.
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -560,7 +560,7 @@ alias rcp="rsync -a --progress"
|
|||||||
alias rmv="rsync -a --progress --remove-source-files"
|
alias rmv="rsync -a --progress --remove-source-files"
|
||||||
|
|
||||||
# Clear apt list cache
|
# Clear apt list cache
|
||||||
alias clear-apt-list-cache="cd /var/lib/apt/lists && rm * && cd partial && rm * && cd"
|
alias clear-apt-list-cache="cd /var/lib/apt/lists && rm -f * && cd partial && rm -f * && cd"
|
||||||
|
|
||||||
# Accept all cookies with Lynx, makes browsing easier and
|
# Accept all cookies with Lynx, makes browsing easier and
|
||||||
# every other browser does this too.
|
# every other browser does this too.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user