+ Tweaked Zsh, fixed zsh-syntax-highlight ZLE problem (need to put keybinds and aliases at the end of the config file)
This commit is contained in:
parent
3e8da79f5f
commit
df65182617
4 changed files with 13 additions and 12 deletions
|
@ -1,9 +1,4 @@
|
|||
#!/bin/zsh
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$XDG_DATA_HOME/oh-my-zsh"
|
||||
export ZSH_CUSTOM="$ZSH/custom"
|
||||
export PLUGINS="$XDG_DATA_HOME/zsh/plugins"
|
||||
|
||||
# SUDO
|
||||
export SUDO_ASKPASS=/bin/rofi-askpass
|
||||
|
||||
|
@ -12,4 +7,8 @@ export XDG_CACHE_HOME="$HOME/.cache"
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$XDG_DATA_HOME/oh-my-zsh"
|
||||
export ZSH_CUSTOM="$ZSH/custom"
|
||||
export ZSH_PLUGINS="$ZSH_CUSTOM/plugins"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue