diff --git a/nixos/home.nix b/nixos/home.nix index d6012073..372f6be1 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -37,7 +37,7 @@ setopt HIST_IGNORE_ALL_DUPS ''; sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; }; - shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; }; + shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat"; }; }; alacritty = {