Compare commits
9 Commits
c12f2e642c
...
30100c302a
Author | SHA1 | Date | |
---|---|---|---|
30100c302a | |||
220ea02cee | |||
21e6d955cb | |||
4e692015f8 | |||
83753a55c9 | |||
314708196d | |||
1c40ae6526 | |||
87ca1e1efc | |||
c87f867b4c |
@ -2,3 +2,8 @@
|
|||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
# Modifie le comportement JAVA pour PHPStorm
|
# Modifie le comportement JAVA pour PHPStorm
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
# Demandé par les applications QT (notamment Slack)
|
||||||
|
QT_QPA_PLATFORM=wayland
|
||||||
|
# Pour les applications utilisant Electron
|
||||||
|
# Cf. https://www.electronjs.org/docs/latest/api/environment-variables
|
||||||
|
ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
// "icon-size": 21,
|
"icon-size": 21,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
|
4
.zshrc
4
.zshrc
@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv)
|
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv kubectl helm terraform)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
|||||||
# coloration de la commande IP
|
# coloration de la commande IP
|
||||||
alias ip='ip -c'
|
alias ip='ip -c'
|
||||||
alias k='kubectl'
|
alias k='kubectl'
|
||||||
alias devu="${HOME}/devu42/devu/devu"
|
alias devu="${HOME}/devu/devu/devu"
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user