1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Some more fish shell stuff

This commit is contained in:
2016-03-21 09:58:46 +01:00
parent 1405adf820
commit 109cc98ede

View File

@@ -27,7 +27,10 @@ install_hg()
install_fish()
{
touch ~/.dot/.dot_has_fish
mkdir -p "${HOME}/.config/fish/completions"
curl -sL get.fisherman.sh | fish
ln -s "${HOME}/workspace/application_addons/cli/git-flow-completion/git.fish" "${HOME}/.config/fish/completions"
ln -s "${HOME}/workspace/application_addons/cli/tmuxinator/completion/tmuxinator.fish" "${HOME}/.config/fish/completions"
}
# Get the directory the dotfiles have been cloned into