mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Edited Kardan theme to strip domain information off the hostname to keep the prompt short and tidy.
This commit is contained in:
parent
3552423de3
commit
20384cd06a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Simple theme based on my old zsh settings.
|
||||
|
||||
function get_host {
|
||||
echo '@'`hostname`''
|
||||
echo '@'`hostname -s`''
|
||||
}
|
||||
|
||||
PROMPT='> '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue