aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-19 00:28:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-19 00:28:06 +1200
commite71182ce0b1076f52799534bfed023c75e03e412 (patch)
treec842de230dc46666fcb6d5b802f2825efc4f79cd /README.markdown
parentUpdate check/lint sh (diff)
downloaddotfiles-e71182ce0b1076f52799534bfed023c75e03e412.tar.gz
dotfiles-e71182ce0b1076f52799534bfed023c75e03e412.zip
Remove user@ prefix from prompt
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index 36add541..bd4d482a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -141,20 +141,20 @@ after testing `BASH_VERSINFO` appropriately.
A terminal session with my prompt looks something like this:
~$ ssh remote
- tom@remote:~$ cd .dotfiles
- tom@remote:~/.dotfiles(master+!)$ git status
+ remote:~$ cd .dotfiles
+ remote:~/.dotfiles(master+!)$ git status
M README.markdown
M bash/bashrc.d/prompt.bash
A init
- tom@remote:~/.dotfiles(master+!)$ foobar
+ remote:~/.dotfiles(master+!)$ foobar
foobar: command not found
- tom@remote:~/.dotfiles(master+!)<127>$ sleep 5 &
+ remote:~/.dotfiles(master+!)<127>$ sleep 5 &
[1] 28937
- tom@remote:~/.dotfiles(master+!){1}$
+ remote:~/.dotfiles(master+!){1}$
-The username and hostname are elided if not connected via SSH. The working
-directory with tilde abbreviation for `$HOME` is always shown. The rest of the
-prompt expands based on context to include these elements in this order:
+The hostname is elided if not connected via SSH. The working directory with
+tilde abbreviation for `$HOME` is always shown. The rest of the prompt expands
+based on context to include these elements in this order:
* Whether in a Git repository if applicable, and punctuation to show
repository status including reference to upstreams at a glance. Subversion