We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c9423 commit aa0121fCopy full SHA for aa0121f
provisioning/roles/zsh/files/.zshrc
@@ -246,3 +246,6 @@ export PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/bin
246
export VISUAL="nvim"
247
export EDITOR="nvim"
248
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib
249
+
250
+# display the ip address at startup
251
+echo "ip: $fg[green][$(hostname -i)]$fg[white]"
0 commit comments