dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 6298ab4f67388f241d0221d3f8a8d7ce553efc68
parent a03e0c668d0d5c68c234000aa9aea0bda72d61c7
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 19 May 2020 10:17:51 +0100

hostname var

some devices aren't setting fortkickass

Diffstat:
Mzsh/.zshrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -2,6 +2,9 @@ # ░▄▀░░▀▀█░█▀█░░ # ░▀▀▀░▀▀▀░▀░▀░░ +# set hostname +HOSTNAME=$(hostname -s) + # load configs for config (~/.zsh/*.zsh) source $config setopt auto_cd