dotfiles

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

commit b73e5a6c448ce47e6a09e3ad8dac98870f3e0055
parent 73600f4eaa9e6baceda946c3a2b687e6d55e6cc6
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  1 Jun 2025 22:17:45 +0100

feat(zsh): no hostname cmd, use hostnamectl

Diffstat:
Mzsh/.config/zsh/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc @@ -3,7 +3,7 @@ # ░▀▀▀░▀▀▀░▀░▀░░ # set hostname -HOSTNAME=$(hostname -s) +HOSTNAME=$(hostnamectl hostname | awk -F. '{print $1}') # load configs for config (~/.config/zsh/*.zsh) source $config