new PS1
This commit is contained in:
parent
f68af60aa2
commit
1d0ec88147
@ -1,5 +1,3 @@
|
|||||||
PS1="$USER:!$ "
|
|
||||||
|
|
||||||
if [ -x /usr/games/fortune ]; then
|
if [ -x /usr/games/fortune ]; then
|
||||||
echo
|
echo
|
||||||
/usr/games/fortune
|
/usr/games/fortune
|
||||||
@ -19,6 +17,7 @@ alias p='cat'
|
|||||||
alias n='cat -n'
|
alias n='cat -n'
|
||||||
|
|
||||||
# exports
|
# exports
|
||||||
|
export PS1='$USER:/${PWD#/}:!$ '
|
||||||
export EDITOR='mg'
|
export EDITOR='mg'
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
export HISTFILE="$HOME/.sh_history"
|
export HISTFILE="$HOME/.sh_history"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user