update
This commit is contained in:
parent
bce62d5249
commit
208921b28b
|
@ -28,6 +28,7 @@ echo -e "Update system with: ${ALIASES_LIGHT_RED}update${ALIASES_NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
alias backup='sudo borgmatic create --verbosity 1 --files'
|
alias backup='sudo borgmatic create --verbosity 1 --files'
|
||||||
|
alias disk-usage='sudo du -h -d 2 .[^.]* * | sort -h'
|
||||||
|
|
||||||
alias anki='anki --no-sandbox'
|
alias anki='anki --no-sandbox'
|
||||||
alias cs='lxc list -c ns4s,user.comment:comment'
|
alias cs='lxc list -c ns4s,user.comment:comment'
|
||||||
|
@ -50,7 +51,7 @@ alias es='nvim -S Session.vim'
|
||||||
|
|
||||||
alias g='git status'
|
alias g='git status'
|
||||||
alias gg='git add . && git commit -m "update" && git push'
|
alias gg='git add . && git commit -m "update" && git push'
|
||||||
alias gitknow='cd ~/knowledge-base&& git add . && git status && git commit -m update && git push ; cd -'
|
alias gitknow='cd ~/knowledge-base && git add . && git status && git commit -m update && git push ; cd -'
|
||||||
|
|
||||||
alias ls='ls --color=auto -h --group-directories-first --time-style=+"%d.%m.%Y %H:%M" -F'
|
alias ls='ls --color=auto -h --group-directories-first --time-style=+"%d.%m.%Y %H:%M" -F'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue