Do not update merged file, remove README.md

This commit is contained in:
Arun Prakash Jana 2019-11-17 21:02:43 +05:30
parent 4f787fd59e
commit 472564fd7f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 3 additions and 6 deletions

View File

@ -15,7 +15,6 @@ is_cmd_exists () {
merge () {
vimdiff $1 $2
cp -vRf $1 $2
}
prompt () {
@ -63,4 +62,4 @@ done
cd ../..
$sucmd mv -vf nnn-master/misc/nlaunch/nlaunch /usr/local/bin/
rm -rf nnn-master/ master.tar.gz README.md
rm -rf nnn-master/ master.tar.gz $PLUGIN_DIR/README.md

View File

@ -25,8 +25,6 @@ if [ -z "$res" ]; then
read res
fi
if ! [ -z "$res" ]; then
if ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi
if ! [ -z "$res" ] && ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi