mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Added install instructions
This commit is contained in:
parent
1862b1c075
commit
610f68c8e0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
#
|
#
|
||||||
# Make the dirstack more persistant
|
# Make the dirstack more persistant
|
||||||
#
|
#
|
||||||
# Run dirpersiststore in ~/.zlogout
|
# Add dirpersist to $plugins in ~/.zshrc to load
|
||||||
|
#
|
||||||
|
|
||||||
dirpersistinstall () {
|
dirpersistinstall () {
|
||||||
if grep -qL 'dirpersiststore' ~/.zlogout; then
|
if grep -qL 'dirpersiststore' ~/.zlogout; then
|
||||||
|
|
Loading…
Reference in a new issue