diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 13:18:48 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-11-15 13:18:48 +0100 |
| commit | d73f7e2c84bd6dcb107691055acc5bf68b5b733f (patch) | |
| tree | 299cbe17aac82e54ec78b25187c7ecc47cf4b1e8 /config/fish/config.fish | |
| parent | 0efabc71c18d88f957d6fd54d3f23364f16a2535 (diff) | |
| download | dotfiles-d73f7e2c84bd6dcb107691055acc5bf68b5b733f.tar.gz dotfiles-d73f7e2c84bd6dcb107691055acc5bf68b5b733f.tar.bz2 dotfiles-d73f7e2c84bd6dcb107691055acc5bf68b5b733f.zip | |
Add cowsay-total-war-quotes script
Diffstat (limited to 'config/fish/config.fish')
| -rw-r--r-- | config/fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index c1f961d..fbe5f7a 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -239,6 +239,8 @@ if status is-interactive if set -q VIRTUAL_ENV echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " " end + + command -q cowsay-total-war-quotes && cowsay-total-war-quotes end if status is-login |
