From: <abe...@us...> - 2017-02-01 16:32:20
|
Revision: 8143 http://sourceforge.net/p/astlinux/code/8143 Author: abelbeck Date: 2017-02-01 16:32:18 +0000 (Wed, 01 Feb 2017) Log Message: ----------- core, export SNGREPRC env variable for sngrep settings Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/etc/profile Modified: branches/1.0/project/astlinux/target_skeleton/etc/profile =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/profile 2017-02-01 14:33:50 UTC (rev 8142) +++ branches/1.0/project/astlinux/target_skeleton/etc/profile 2017-02-01 16:32:18 UTC (rev 8143) @@ -43,9 +43,10 @@ export FOSSIL_HOME="/mnt/kd/fossil" fi -# Set persistant htop settings +# Set persistant htop and sngrep settings if [ -d /mnt/kd/home ]; then export HTOPRC="/mnt/kd/home/.htoprc" + export SNGREPRC="/mnt/kd/home/.sngreprc" fi # Set UTF-8 character type for vi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |