SH : hostname automation

This commit is contained in:
2022-04-22 11:35:56 +09:00
parent 5531a280fa
commit 611f7ab4ce

3
.zshrc
View File

@ -31,7 +31,8 @@ alias ytv-best="youtube-dl -f bestvideo+bestaudio "
#alias fix-gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys" #alias fix-gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
#alias fix-key="[ -d ~/.gnupg ] || mkdir ~/.gnupg ; cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/ ; echo 'done'" #alias fix-key="[ -d ~/.gnupg ] || mkdir ~/.gnupg ; cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/ ; echo 'done'"
figlet -w 100 "JaeUs-Device" hostname=$(cat /etc/hostname)
figlet -w 100 "$hostname"
cat ~/.cache/wal/sequences & cat ~/.cache/wal/sequences &