mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Add omz settings
This commit is contained in:
parent
bed017d5ef
commit
acae8077d2
@ -1,11 +1,14 @@
|
||||
# Luke's config for the Zoomer Shell
|
||||
|
||||
export ZSH="~/.config/zsh/oh-my-zsh"
|
||||
export ZSH="$HOME/.config/zsh/oh-my-zsh"
|
||||
# History in cache directory:
|
||||
HISTSIZE=10000000
|
||||
SAVEHIST=10000000
|
||||
HISTFILE=~/.cache/zsh/history
|
||||
|
||||
ZSH_THEME="agnoster"
|
||||
DEFAULT_USER=$(whoami)
|
||||
|
||||
# Load aliases and shortcuts if existent.
|
||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc"
|
||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc"
|
||||
@ -28,6 +31,8 @@ bindkey -v '^?' backward-delete-char
|
||||
echo -ne '\e[5 q' # Use beam shape cursor on startup.
|
||||
preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
|
||||
|
||||
plugins=(git colored-man-pages)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Load syntax highlighting; should be last.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user