From 6791fe23a16faa06f8ebef03420e0f538ef07dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Jun 2019 18:23:47 +0100 Subject: [PATCH] Add bat alias --- nixos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {