commit 3e4b9ad237a5db21d863736695c70724d114ec14
parent 590b126cb691f426a4db82d994c99be2070643c7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 4 Jun 2018 14:34:57 +0200
Alias for tldr command & added to updatemaster
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/bin/updatemaster b/bin/updatemaster
@@ -199,3 +199,9 @@ if command -v pip list &> /dev/null; then
else
echo -e "Cannot upgrade pip packages. Please do so manully."
fi
+
+### TLDR Database ###
+if command -v tldr &> /dev/null; then
+ echo -e "-- TLDR database update"
+ tldr -u
+fi
diff --git a/commonprofile b/commonprofile
@@ -1,6 +1,7 @@
### SIMPLE COMMANDS ###
alias c="clear"
alias fucking="sudo"
+alias wtf="tldr"
alias virc="vim ~/.vimrc"
alias cp='cp -iv' # Preferred 'cp' implementation
alias mv='mv -iv' # Preferred 'mv' implementation