diff options
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index ed4f3b0..21f06e5 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,2 +1,3 @@ export HISTFILE="$HOME/.history" +export PS1="$(hostname) $pwd" bind -m ^L=clear^J |
