Compare commits
No commits in common. "6d85bbf8cabac20a8b0da5f0d04b867e3f8a665a" and "ed64fb9a122941add7d1128a47d20a119229e6ae" have entirely different histories.
6d85bbf8ca
...
ed64fb9a12
|
|
@ -14,7 +14,6 @@ alias sysup="sudo apt update && sudo apt upgrade -y"
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
alias kns="kubens"
|
alias kns="kubens"
|
||||||
alias kctx="kubectx"
|
alias kctx="kubectx"
|
||||||
alias fluxUp="flux reconcile source git flux-system"
|
|
||||||
|
|
||||||
alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||||
alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||||
|
|
@ -27,8 +26,6 @@ alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/sc
|
||||||
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
|
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
|
||||||
-sOutputFile=output.pdf"
|
-sOutputFile=output.pdf"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Reboot directly to Windows
|
# Reboot directly to Windows
|
||||||
# Inspired by http://askubuntu.com/questions/18170/how-to-reboot-into-windows-from-ubuntu
|
# Inspired by http://askubuntu.com/questions/18170/how-to-reboot-into-windows-from-ubuntu
|
||||||
reboot_to_windows ()
|
reboot_to_windows ()
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
hotKey:
|
|
||||||
q:
|
|
||||||
shortCut: q
|
|
||||||
description: exit
|
|
||||||
command: quit
|
|
||||||
Loading…
Reference in New Issue