From 4e5610c1a8c2427930e6564ce27187478887dfbc Mon Sep 17 00:00:00 2001 From: BrainSlayer Date: Wed, 1 Jan 2025 13:10:10 +0000 Subject: [PATCH] wrong var git-svn-id: svn://svn.dd-wrt.com/DD-WRT@58957 52c4871e-980c-0410-b1e0-e73912ce01f8 --- src/router/others/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/others/profile b/src/router/others/profile index a3eb4d35d5bd..a63000009caf 100644 --- a/src/router/others/profile +++ b/src/router/others/profile @@ -2,7 +2,7 @@ export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/jffs/sbin:/jffs/bin:/jffs/usr/sbin:/j export LD_LIBRARY_PATH=/lib:/usr/lib:/jffs/lib:/jffs/usr/lib:/jffs/usr/local/lib:/mmc/lib:/mmc/usr/lib:/opt/lib:/opt/usr/lib export PS1='\[\033]0;\u@\h: \w\a\]\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' export TZ=`cat /etc/TZ` -export HISTORY=/tmp/.ash_history +export HISTFILE=/tmp/.ash_history alias ll='ls -lahrt'