update
This commit is contained in:
parent
bd47d2c243
commit
6ba4a058c2
|
@ -1,4 +1,3 @@
|
|||
# fix problem with aur package: anki-official-binary-bundle 2.1.49-1
|
||||
alias anki='anki --no-sandbox'
|
||||
alias containers='lxc list -c ns4s,user.comment:comment'
|
||||
|
||||
|
@ -8,6 +7,7 @@ alias media-window='bspc node -z top 0 +530'
|
|||
# TOOD check this is safe
|
||||
alias sudo='sudo '
|
||||
|
||||
alias g='git status'
|
||||
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 -'
|
||||
|
||||
|
@ -36,7 +36,6 @@ alias p1='ssh p1.isnet.uk'
|
|||
alias kvm='ssh kvm.isnet.uk'
|
||||
alias ultra='ssh gabbaell@mimas.usbx.me'
|
||||
alias emerald='ssh root@45.76.140.248'
|
||||
alias myrrh='ssh root@192.248.148.66'
|
||||
|
||||
alias pacman='~/.src/archnews/archnews_wrap'
|
||||
|
||||
|
|
Loading…
Reference in New Issue