Compare commits
No commits in common. "1bd9571a7070c2c31562bc1243bcb072246d3c3b" and "433a6fbbde8eace702063cfb430f99ba5476f9da" have entirely different histories.
1bd9571a70
...
433a6fbbde
|
|
@ -12,8 +12,6 @@ alias yp="yadm push"
|
|||
alias todo="vi ~/Nextcloud/TODO/todo.txt"
|
||||
alias sysup="sudo apt update && sudo apt upgrade -y"
|
||||
alias k="kubectl"
|
||||
alias kns="kubens"
|
||||
alias kctx="kubectx"
|
||||
|
||||
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"
|
||||
|
|
@ -43,7 +41,7 @@ ZSH_THEME="macovsky"
|
|||
zstyle ':omz:update' mode auto # update automatically without asking
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
ENABLE_CORRECTION="false"
|
||||
ENABLE_CORRECTION="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
# Uncomment the following line if you want to disable marking untracked files
|
||||
|
|
@ -59,6 +57,4 @@ DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|||
plugins=(git docker kube-ps1 kubectx kubectl)
|
||||
|
||||
source $HOME/.oh-my-zsh/oh-my-zsh.sh
|
||||
source $HOME/.sdkman/bin/sdkman-init.sh
|
||||
|
||||
PROMPT='$(kube_ps1)'$PROMPT
|
||||
|
|
|
|||
|
|
@ -1,14 +1,7 @@
|
|||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
#titlebar {
|
||||
visibility: collapse;
|
||||
}
|
||||
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
|
||||
#sidebar-header {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
.tab {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
user_pref("gfx.webrender.software.opengl", true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue