Compare commits
2 commits
b211b4fb28
...
e0fd2ddee9
Author | SHA1 | Date | |
---|---|---|---|
|
e0fd2ddee9 | ||
|
826dbc966f |
2 changed files with 3 additions and 1 deletions
|
@ -12,3 +12,4 @@ env = MOZ_ENABLE_WAYLAND,1
|
||||||
env = GDK_BACKEND,wayland
|
env = GDK_BACKEND,wayland
|
||||||
env = GDK_SCALE,1
|
env = GDK_SCALE,1
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
ZSH=/usr/share/oh-my-zsh/
|
ZSH=/usr/share/oh-my-zsh/
|
||||||
|
ZSH_CUSTOM=/usr/share/zsh/
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
@ -11,7 +12,7 @@ HYPHEN_INSENSITIVE="true"
|
||||||
# Uncomment the following line to enable command auto-correction.
|
# Uncomment the following line to enable command auto-correction.
|
||||||
ENABLE_CORRECTION="true"
|
ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
plugins=(git-prompt sudo zsh-autosuggestions zsh-shift-select)
|
plugins=(git-prompt sudo zsh-autosuggestions)
|
||||||
|
|
||||||
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
|
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
|
||||||
ZSH_COMPDUMP="$ZSH_CACHE_DIR/.zcompdump"
|
ZSH_COMPDUMP="$ZSH_CACHE_DIR/.zcompdump"
|
||||||
|
|
Loading…
Reference in a new issue