瀏覽代碼

width for hostname_welcome adapted to console width

master
Dirk Alders 1 年之前
父節點
當前提交
0120b189ad
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .zshrc.d/__available__/hostname_welcome.zsh

+ 1
- 1
.zshrc.d/__available__/hostname_welcome.zsh 查看文件

@@ -1,4 +1,4 @@
1 1
 #!/bin/zsh
2 2
 #
3 3
 neofetch -L
4
-figlet -w 128 "`hostname -f`"
4
+figlet -w `tput cols` "`hostname -f`"

Loading…
取消
儲存