aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* bash: prefer toybox's lsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0Dan Pasanen2015-12-211-1/+1
| | | | Change-Id: I6563b2c6ecf0e5988ab98346d7e0ce49937794cf
* bashrc: correct PS1Dan Pasanen2015-11-241-2/+2
| | | | Change-Id: I46623b6912444d74981087e00d1210f95613f655
* bash: export environment variables in a way that bash understandsDan Pasanen2015-11-241-6/+5
| | | | | | * also set xterm as TERM Change-Id: I39f06a5eab7a1e0920593bf0a52df7e9d780da99
* bash: Update default environmentSteve Kondik2015-11-141-4/+8
| | | | | | | * Match mksh * Use colored ls Change-Id: I2ed8617d348344f2cfae6e896981ce4759fffaef
* bash: Remove Busybox aliasesSteve Kondik2015-11-141-7/+0
| | | | Change-Id: I07a624bc23c3583fc4d5a61c3373451a985cd6d0
* bashrc: call resize command to init term dimcm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0Tanguy Pruvot2014-10-061-0/+1
| | | | | | | | | With this simple command, nano and vim will use the full size of the terminal in adb shell Without, the default terminfo is used (80x24) Change-Id: Ic536966b5ab18533064fc2c851497911595bc0da
* bashrc: export the environment variablesDan Pasanen2014-10-061-2/+2
| | | | Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
* bashrc: use xterm as default terminalDan Pasanen2014-10-021-1/+1
| | | | | | * this fixes apps like nano not working from a bash shell Change-Id: I92e22f845172e63abb5abb3567c1447041e977d5
* bashrc: set alias ls="busybox ls --color=auto"Firerat2014-10-021-1/+1
| | | | | | | | | | | | | | without "auto", scripting fails e.g. for i in `ls /`;do if [ -e /$i ]; then echo pass else echo fail fi done Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
* Add sysro and sysrw aliasesScott Anderson2014-10-021-0/+2
| | | | Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
* Use a loop for busybox aliasesScott Anderson2014-10-021-14/+4
| | | | Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
* fixed some problems with bashcvpcs2014-10-021-48/+14
|
* added bashrc and bash_logout support system-widecvpcs2014-10-022-0/+94
Conflicts: Android.mk