Commit a762b3e8 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1683 from mnme/master

replace hostname -s with hostname in ys theme for compatibility
parents 0d352109 f358f614
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment