Skip to content

Commit

Permalink
winpty nano is already default from the git windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Denubis authored and fmichonneau committed Apr 23, 2019
1 parent 0a47ec5 commit 668e817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions getsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 668e817

Please sign in to comment.