mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
SH : hostname automation
This commit is contained in:
3
.zshrc
3
.zshrc
@ -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-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 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user