From a028be08b2195ca3182fa77a4dc5b2d6ff5a2e56 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sat, 16 May 2020 21:50:36 -0700 Subject: [PATCH] Minor edits --- functions/_lean_pwd.fish | 1 + install.fish | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/_lean_pwd.fish b/functions/_lean_pwd.fish index 1ce7cf6..2ea4ae0 100644 --- a/functions/_lean_pwd.fish +++ b/functions/_lean_pwd.fish @@ -35,6 +35,7 @@ function _lean_pwd echo -n $splitPwd[-1] set_color $fish_color_normal end + echo -n ' ' end diff --git a/install.fish b/install.fish index 2032f0f..92a41f4 100644 --- a/install.fish +++ b/install.fish @@ -11,7 +11,7 @@ function lean_install git clone -q --depth=1 https://github.com/IlanCosman/lean.git $tempDir # Remove all files/dirs except functions and lean_theme - set -l keepFiles "$tempDir/"{'functions', 'lean_theme'} + set -l keepFiles "$tempDir/"{'conf.d', 'functions', 'lean_theme'} for file in $tempDir/* if not contains $file $keepFiles rm -rf $file