Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne 1bd9571a70 Ajout d'alias de config sdkman 2024-02-09 13:57:29 +01:00
Gil Portenseigne 9d721a0d59 Ajout des configs onglets firefox cachés 2024-02-09 13:56:34 +01:00
3 changed files with 17 additions and 7 deletions

View File

@ -12,6 +12,8 @@ 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"
@ -41,7 +43,7 @@ ZSH_THEME="macovsky"
zstyle ':omz:update' mode auto # update automatically without asking
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
ENABLE_CORRECTION="false"
COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
@ -57,4 +59,6 @@ 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

View File

@ -1,7 +1,14 @@
#titlebar {
visibility: collapse;
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#sidebar-header {
visibility: collapse !important;
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
.tab {
margin-left: 1px;
margin-right: 1px;
}

View File

@ -1,3 +1,2 @@
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("gfx.webrender.software.opengl", true);