mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
added HISTFILE env variable in /etc/profile
This is necessary because otherwise the history is saved in different files when logged in via ssh and via tty.
This commit is contained in:
parent
ce4de7524a
commit
b07cc5d017
@ -9,6 +9,8 @@ export PS1='\u@\h:\w\$ '
|
||||
export SDL_NOMOUSE=1
|
||||
export SDL_VIDEODRIVER=fbcon
|
||||
|
||||
export HISTFILE=$HOME/.ash_history
|
||||
|
||||
[ -x /bin/more ] || alias more=less
|
||||
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user