diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index 8bdceb5..3f13419 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -58,6 +58,10 @@ t "''${repo_path}" } + ttyper() { + command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}" + } + # Plugins source "''${ZPLUG_REPOS}/joshskidmore/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh" source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh"