diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 10:34:22 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 10:34:22 +0200 |
| commit | 7fdbf6d86aa768799f715539065e1ebc31a16be2 (patch) | |
| tree | 9165a358d3c0f0c80c0c91d281ce671d6ea3d652 /runcoms | |
| parent | 61396837deb12e031c13091c1f9e4bc20db6b185 (diff) | |
Add figlet sample
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index 2cd5ce2..af64bbe 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -5,6 +5,7 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/git-info.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/dotenv.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/graphviz.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/short-uptime.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/figlet-sample.zsh" ################################################################################ # Load Modules |