1
0
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:
kyak 2010-11-14 13:26:53 +03:00
parent ce4de7524a
commit b07cc5d017

View File

@ -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