Create fish config dir.

This commit is contained in:
Jorge Bucaran 2016-04-19 01:03:29 +09:00
parent 577b6c1d5a
commit be6c9603c7
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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