From bca37ec97d06c2209007ef1c91328bb2cffc669f Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 19 Oct 2014 20:30:57 -0300 Subject: [PATCH] skeleton/etc/profile: drop aliases They all depend on having a custom busybox config and/or fully featured utilities which depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS. Signed-off-by: Gustavo Zacarias Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- system/skeleton/etc/profile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile index 640f6f11d5..3812ddab40 100644 --- a/system/skeleton/etc/profile +++ b/system/skeleton/etc/profile @@ -33,17 +33,6 @@ if [ "$PS1" ]; then export INPUTRC=/etc/inputrc export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile - ### Some aliases - alias ps2='ps facux ' - alias ps1='ps faxo "%U %t %p %a" ' - alias af='ps af' - alias cls='clear' - alias df='df -h' - alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 ' - #alias bc='bc -l' - alias minicom='minicom -c on' - alias calc='calc -Cd ' - alias bc='calc -Cd ' fi; # Source configuration files from /etc/profile.d -- 2.30.2