Browse Source

Tobias Hintze <th@rocklinux.org>:

fixed sysfiles/etc_conf_profile.txt
	it should not change from default behaviour


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7363 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Tobias Hintze 19 years ago
parent
commit
f9480d6ffd
1 changed files with 12 additions and 11 deletions
  1. +12
    -11
      package/base/sysfiles/etc_conf_profile.txt

+ 12
- 11
package/base/sysfiles/etc_conf_profile.txt

@ -28,15 +28,15 @@
# export EDITOR="nvi"
# export PAGER="less -R -F -M"
if [ "$PS1" ] ; then
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
case "$TERM" in *xterm*)
[ "$TERM" = "xterm" ] && TERM="nxterm"
set_xterm_title() { echo -ne "\033]0;$*\007" ; } ;;
esac
# if [ "$PS1" ] ; then
# alias cp='cp -i'
# alias mv='mv -i'
# alias rm='rm -i'
#
# case "$TERM" in *xterm*)
# [ "$TERM" = "xterm" ] && TERM="nxterm"
# set_xterm_title() { echo -ne "\033]0;$*\007" ; } ;;
# esac
# if bash is not in POSIX mode, set a more inteligent prompt
#
@ -44,5 +44,6 @@ if [ "$PS1" ] ; then
# PS1='\u@\h:$([ ${#PWD} -lt 30 ] && \
# builtin echo "\w" || builtin echo "[\W]" ; echo )\$ '
alias beep='echo -en \\007'
fi
# alias beep='echo -en \\007'
# fi

Loading…
Cancel
Save