Create fish config dir.

pull/445/head
Jorge Bucaran 9 years ago
parent 577b6c1d5a
commit be6c9603c7
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -136,6 +136,8 @@ function __fisher_install_fisherman
"Installing fisherman to $fisher_config" \
"
mkdir -p $fisher_config/{cache,functions,completions,conf.d,man}
mkdir -p $fish_config
pushd $fish_config
echo 'set -g fisher_home $fisher_home' | sed 's|/\$||;s|$home|~|' >> fisherconf

Loading…
Cancel
Save