diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:34:49 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:34:49 +0200 |
| commit | b2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (patch) | |
| tree | 5539756a40daca29a3215376c85ef9d0797ade4c /package/base-files/src/etc/profile | |
| parent | 998bb7ac652581d6ef3a5821aa8dcb6a3a95ecdb (diff) | |
| parent | f6dd446a3d030a424ff25e1213ab7d55abdcd86d (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src/etc/profile')
| -rw-r--r-- | package/base-files/src/etc/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/src/etc/profile b/package/base-files/src/etc/profile index 0d8a4f240..78cf2fe37 100644 --- a/package/base-files/src/etc/profile +++ b/package/base-files/src/etc/profile @@ -1,9 +1,9 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin export TERM=vt220 if [[ $(id -u) = 0 ]]; then - export PS1='\u@\h:\w\# ' + export PS1='`whoami`@`hostname`:`pwd` # ' else - export PS1='\u@\h:\w\$ ' + export PS1='`whoami`@`hostname`:`pwd` $ ' fi cat /etc/banner 2>&- [ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi |
