mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update .zshrc
This commit is contained in:
parent
1309c334a0
commit
b1ce58a9d6
@ -9,7 +9,7 @@ stty stop undef # Disable ctrl-s to freeze terminal.
|
|||||||
# History in cache directory:
|
# History in cache directory:
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
HISTFILE="${XDG_CACHE_HOME}"/zsh/history
|
HISTFILE="${XDG_CACHE_HOME}"/zsh/zsh/history
|
||||||
|
|
||||||
# Load aliases and shortcuts if existent.
|
# Load aliases and shortcuts if existent.
|
||||||
[ -f "${XDG_CONFIG_HOME}"/shortcutrc ] && source "${XDG_CONFIG_HOME}"/shortcutrc
|
[ -f "${XDG_CONFIG_HOME}"/shortcutrc ] && source "${XDG_CONFIG_HOME}"/shortcutrc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user