Hi everybody,
I added this line into my user's .profile :
export PS1='$PWD $'
If I su to root, I won't have the # sign instead of the $. Am I missing something.
Also, I've setup an alias in my .profile :
alias ll="ls -la"
But again, if I su to root, that alias won't be available.
Is there any way I could setup 'system-wide' aliases?
Thank you very much!
Zteev
I added this line into my user's .profile :
export PS1='$PWD $'
If I su to root, I won't have the # sign instead of the $. Am I missing something.
Also, I've setup an alias in my .profile :
alias ll="ls -la"
But again, if I su to root, that alias won't be available.
Is there any way I could setup 'system-wide' aliases?
Thank you very much!
Zteev