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