2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-02 03:40:13 +00:00

bash: cd into /sdcard on start

This commit is contained in:
Christopher Roy Bratusek 2018-02-06 21:14:39 +01:00
parent 4963feaf67
commit 32fd7b4419
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## 16.1 in-dev
* General Changes
* Full, microG packages
* when starting GNU Bash cd into /sdcard on start
* Updates (automatic)
* XDA Labs (1.1.4b)
* (Simple) Calendar (3.2.3)

View File

@ -39,3 +39,5 @@ fi
# correct the terminal size ;
# some OS' don't ship `resize`
resize >/dev/null
cd ${HOME}