Compare commits
No commits in common. "1bc335aed0890ba3f54f1143e8b8c4d46d9720eb" and "99c1d3a6879e307ae44350c2970e16e69a22540e" have entirely different histories.
1bc335aed0
...
99c1d3a687
|
@ -209,7 +209,7 @@
|
||||||
|
|
||||||
##################################[ dir: current directory ]##################################
|
##################################[ dir: current directory ]##################################
|
||||||
# Current directory background color.
|
# Current directory background color.
|
||||||
typeset -g POWERLEVEL9K_DIR_BACKGROUND=23
|
typeset -g POWERLEVEL9K_DIR_BACKGROUND=4
|
||||||
# Default current directory foreground color.
|
# Default current directory foreground color.
|
||||||
typeset -g POWERLEVEL9K_DIR_FOREGROUND=254
|
typeset -g POWERLEVEL9K_DIR_FOREGROUND=254
|
||||||
# If directory is too long, shorten some of its segments to the shortest possible unique
|
# If directory is too long, shorten some of its segments to the shortest possible unique
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# SSH For my own hosts
|
# SSH For my own hosts
|
||||||
# Oxygen
|
# Supermicro machine in the server rack
|
||||||
Host oxygen
|
Host 10.85.3.30
|
||||||
HostName 10.85.3.30
|
HostName 10.85.3.30
|
||||||
User joe
|
User joe
|
||||||
|
|
||||||
Host crawler.kitsunehosting.net
|
Host crawler.kitsunehosting.net
|
||||||
HostName crawler.kitsunehosting.net
|
HostName crawler.kitsunehosting.net
|
||||||
|
|
Loading…
Reference in New Issue