mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-23 20:52:28 +00:00
Fixed ls only listing one file
This commit is contained in:
parent
86d6b12725
commit
f110f5d64b
2
make.sh
2
make.sh
@ -9,7 +9,7 @@
|
||||
dir=$(pwd) # dotfiles directory
|
||||
|
||||
olddir=~/dotfiles$(date +%Y-%m-%d_%H:%M:%S) # old dotfiles backup directory
|
||||
files=($(ls --ignore="not_dots" --ignore="README.md" --ignore="make.sh" $dir)) # list of files/folders to symlink in homedir
|
||||
files=$(ls --ignore="not_dots" --ignore="README.md" --ignore="make.sh" $dir) # list of files/folders to symlink in homedir
|
||||
|
||||
##########
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user