From 668e817e1c4031e9285e92b2255391eca25aeb9d Mon Sep 17 00:00:00 2001 From: Brian Ballsun-Stanton Date: Tue, 23 Apr 2019 16:38:46 +1000 Subject: [PATCH] winpty nano is already default from the git windows installer --- getsql.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getsql.sh b/getsql.sh index 66b89ac..0f6cf8f 100644 --- a/getsql.sh +++ b/getsql.sh @@ -10,8 +10,7 @@ elif command -v unzip >/dev/null 2>^1 ; then mv sqlite-tools-win32-x86-3270200/* ~/bin/ rm -rf sqlite-tools-win32-x86-3270200 echo 'export PATH="$PATH:$HOME/bin"' >> .bash_profile - echo 'alias sqlite3="winpty sqlite3"' >> .bash_profile - echo 'alias nano="winpty nano"' >> .bash_profile + echo 'alias sqlite3="winpty sqlite3"' >> .bash_profile source .bash_profile sqlite3 --version # 3.27.2 2019-02-25 16:06:06 bd49a8271d650fa89e446b42e513b595a717b9212c91dd384aab871fc1d0f6d7