Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
a762b3e8
Commit
a762b3e8
authored
Dec 02, 2013
by
Robby Russell
Browse files
Merge pull request #1683 from mnme/master
replace hostname -s with hostname in ys theme for compatibility
parents
0d352109
f358f614
Changes
1
Show whitespace changes
Inline
Side-by-side
themes/ys.zsh-theme
View file @
a762b3e8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# Machine name.
# Machine name.
function box_name {
function box_name {
[ -f ~/.box-name ] && cat ~/.box-name || hostname
-s
[ -f ~/.box-name ] && cat ~/.box-name || hostname
}
}
# Directory info.
# Directory info.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment