about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-07 20:41:11 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-07 20:41:11 +0000
commitc18d478fac67e02cce5fbbfe5da9fae8d8534edc (patch)
treecf64eb3936bb88e1c43c51221b506f3ce5cc4e75 /nix-conf
parent78e719a632367833e1e776cef2af68dc88f9faa1 (diff)
downloaddotfiles-c18d478fac67e02cce5fbbfe5da9fae8d8534edc.tar.gz
Use the correct colour codes
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 7152b93..76b4eb0 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -52,7 +52,7 @@
       mkdir = "mkdir -v";
       pp = "pushbullet push \"Pixel\" link \"\${1}\" \"\${1}\"";
       upgrade_emacs = "cp ~/.emacs.d/straight/versions/default.el straight-versions-default-`date \"+%Y-%m-%d-%H%M%S\"`.el && emacs --batch -l \"~/.emacs.d/init.el\" -f \"my/upgrade-packages\"";
-      diff_emacs = "difft --color always --context 0 $(ls -d1v ~/straight-versions-default-*.el | tail -1) ~/.emacs.d/straight/versions/default.el | grep '\\[9[245]' | egrep -v '(gnu-elpa-mirror|nongnu-elpa|melpa|emacsmirror-mirror)'";
+      diff_emacs = "difft --color always --context 0 $(ls -d1v ~/straight-versions-default-*.el | tail -1) ~/.emacs.d/straight/versions/default.el | grep '\\[9[12]' | egrep -v '(gnu-elpa-mirror|nongnu-elpa|melpa|emacsmirror-mirror)'";
 
       # Git log aliases from the omz git plugin
       gl = "git pull";