Move theme functions into functions folder

This commit is contained in:
Ilan Cosman 2020-04-02 17:39:39 -07:00
parent d0acb7ea02
commit 3c02979438
4 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
echo "Installing lean theme..."
# -------------------Download Files-------------------
set fileDestination $__fish_config_dir/functions
set githubLocation "https://raw.githubusercontent.com/IlanCosman/lean/master/"
set fishFunctionsFolder $__fish_config_dir/functions
set githubFunctionsFolder "https://raw.githubusercontent.com/IlanCosman/lean/master/functions/"
wget -q -P $fileDestination $githubLocation/fish_prompt.fish
wget -q -P $fileDestination $githubLocation/lean_pwd.fish
wget -q -P $fileDestination $githubLocation/lean_git_prompt.fish
wget -q -P $fishFunctionsFolder $githubFunctionsFolder/fish_prompt.fish
wget -q -P $fishFunctionsFolder $githubFunctionsFolder/lean_pwd.fish
wget -q -P $fishFunctionsFolder $githubFunctionsFolder/lean_git_prompt.fish
# ----------------Set Theme Variables----------------
# ---------------Pwd---------------