Compare commits
4 Commits
30100c302a
...
c12f2e642c
Author | SHA1 | Date | |
---|---|---|---|
c12f2e642c | |||
3491843841 | |||
0c4e1abbcb | |||
da09bda8dc |
@ -2,8 +2,3 @@
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
# Modifie le comportement JAVA pour PHPStorm
|
||||
_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>"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 21,
|
||||
// "icon-size": 21,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
|
4
.zshrc
4
.zshrc
@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv kubectl helm terraform)
|
||||
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -140,7 +140,7 @@ alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
||||
# coloration de la commande IP
|
||||
alias ip='ip -c'
|
||||
alias k='kubectl'
|
||||
alias devu="${HOME}/devu/devu/devu"
|
||||
alias devu="${HOME}/devu42/devu/devu"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user