mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Minor edits
This commit is contained in:
parent
1c286fc473
commit
a028be08b2
@ -35,6 +35,7 @@ function _lean_pwd
|
||||
echo -n $splitPwd[-1]
|
||||
set_color $fish_color_normal
|
||||
end
|
||||
|
||||
echo -n ' '
|
||||
end
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user