dotfiles/.config/zsh/.smartcd_config

19 lines
448 B
Plaintext
Raw Normal View History

2023-05-17 16:53:46 +02:00
# Load and configure smartcd
source ~/.smartcd/lib/core/arrays
source ~/.smartcd/lib/core/varstash
source ~/.smartcd/lib/core/smartcd
smartcd setup chpwd-hook
# smartcd setup cd
# smartcd setup pushd
# smartcd setup popd
# smartcd setup prompt-hook
smartcd setup exit-hook
smartcd setup completion
# VARSTASH_AUTOCONFIGURE=1
# VARSTASH_AUTOEDIT=1
# SMARTCD_NO_INODE=1
# SMARTCD_AUTOMIGRATE=1
# SMARTCD_LEGACY=1
# SMARTCD_QUIET=1
# VARSTASH_QUIET=1