Ticket #344 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Improved shell settings

Reported by: Pander Owned by: dos
Priority: minor Milestone:
Component: SHR Image Version: SHR-testing
Keywords: Cc:

Description

Please improve default shell settings so that:

  • Command history is tenfold of the current situation. Because the virtual keyboards are not as fast as normal keyboards, good history of commands is very handy. See HISTFILESIZE
  • Start applications via ssh on your device more easy. See export DISPLAY=localhost:0
  • interactive mode aliases for cp, rm and mv, see alias rm='rm -i'; alias cp='cp -i'; alias mv='mv -i'
  • more ls aliases, see alias la='ls $LS_OPTIONS -ltrA'; alias lh='ls $LS_OPTIONS -ltrh'; alias lr='ls $LS_OPTIONS -ltr';

alias lR='ls $LS_OPTIONS -ltrR'

Having all these setting as default would increase the direct usability of the shell.

Change History

comment:1 Changed 3 years ago by dos

  • Status changed from new to accepted
  • Owner changed from ainulindale to dos

comment:2 Changed 3 years ago by dos

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.