diff --git a/nixos/programs/zsh.nix b/nixos/programs/zsh.nix index c2bd0a41..6cc2164b 100644 --- a/nixos/programs/zsh.nix +++ b/nixos/programs/zsh.nix @@ -60,6 +60,6 @@ ZSH_TMUX_AUTOSTART=true; GOPATH="$HOME/go"; }; - shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat"; }; + shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat -p"; }; }; }