March 10Mar 10 Hi,i wondering about this Segment inside my ~/.bash_profilewhere is the source? i cant edit or delete this - go file, mybashprofile ... nothingbash_profilecat .bash_profile# console coloring for kool kidsPS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '# if this is an xterm set the title to user@host:dircase "$TERM" inxterm*|rxvt*)PS1="\[\e]0;\u@\h: \w\a\]$PS1";;*);;esac# impersonate a useralias user="su -ls /bin/bash"# preserve 'mc' CWD upon F10 exitalias mc='fn(){ local f=$(mktemp);$(which mc) -P $f "$@";[[ -s $f ]] && cd $(cat $f);rm $f;};fn'alias v="ls -lA" Edited March 10Mar 10 by reppmic
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.