mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-04 11:09:26 +00:00
node: Add environment variable to store 'n' cache
See: https://github.com/tj/n#installation for details.
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
9f37fc9841
commit
28ec39d9b2
@ -37,3 +37,9 @@ elif (( $+commands[brew] )) \
|
||||
elif (( ! $+commands[node] )); then
|
||||
return 1
|
||||
fi
|
||||
|
||||
#
|
||||
# Variables
|
||||
#
|
||||
|
||||
N_PREFIX="${XDG_CONFIG_HOME:-$HOME/.config}/n" # The path to 'n' cache.
|
||||
|
Reference in New Issue
Block a user