mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "1a248036aa64021ceb9430e301c2c1827ec6defd" and "f4a842d59e1fadb96495a233e972363ba2baedf4" have entirely different histories.
1a248036aa
...
f4a842d59e
1 changed files with 0 additions and 9 deletions
|
@ -64,16 +64,7 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version"
|
||||||
|
|
||||||
# fasd {{{
|
# fasd {{{
|
||||||
|
|
||||||
if ! command_exists fasd; then
|
|
||||||
_plugin fasd 'clvv/fasd' \
|
|
||||||
build='mkdir -pv man1 && cp -v ./fasd.1 man1/'
|
|
||||||
after_load='plugin-cfg-path path prepend ""' \
|
|
||||||
after_load='plugin-cfg-path manpath prepend ""'
|
|
||||||
fi
|
|
||||||
|
|
||||||
if command_exists fasd; then
|
if command_exists fasd; then
|
||||||
export _FASD_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/fasd_db.csv"
|
|
||||||
|
|
||||||
# Initialization taken from <https://github.com/ohmyzsh/ohmyzsh/blob/6fbad5bf72fad4ecf30ba4d4ffee62bac582f0ed/plugins/fasd/fasd.plugin.zsh>
|
# Initialization taken from <https://github.com/ohmyzsh/ohmyzsh/blob/6fbad5bf72fad4ecf30ba4d4ffee62bac582f0ed/plugins/fasd/fasd.plugin.zsh>
|
||||||
fasd_cache="${ZSH_CACHE_DIR}/fasd-init-cache"
|
fasd_cache="${ZSH_CACHE_DIR}/fasd-init-cache"
|
||||||
if [[ "${commands[fasd]}" -nt "$fasd_cache" || ! -s "$fasd_cache" ]]; then
|
if [[ "${commands[fasd]}" -nt "$fasd_cache" || ! -s "$fasd_cache" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue