summaryrefslogtreecommitdiff
path: root/tests/programs-zsh.nix
diff options
context:
space:
mode:
authorTianyao Chou <tianyaochou@fastmail.com>2022-06-30 17:42:57 +0200
committerTianyao Chou <tianyaochou@fastmail.com>2022-06-30 19:21:36 +0200
commita3cab812ac424ce6115c66d441ceaa454f59f3ae (patch)
tree74dd9d5d572490b1ee681419babcc67007e7a2ad /tests/programs-zsh.nix
parent2f2bdf658d2b79bada78dc914af99c53cad37cba (diff)
add escape to shell aliases
Diffstat (limited to 'tests/programs-zsh.nix')
-rw-r--r--tests/programs-zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/programs-zsh.nix b/tests/programs-zsh.nix
index ba03229..dd5f6e9 100644
--- a/tests/programs-zsh.nix
+++ b/tests/programs-zsh.nix
@@ -43,6 +43,6 @@
echo >&2 "checking zsh variables in /etc/zprofile"
grep 'FOO="42"' ${config.out}/etc/zprofile
echo >&2 "checking shell aliases in /etc/zprofile"
- grep 'alias ls="ls -G"' ${config.out}/etc/zprofile
+ grep "alias ls='ls -G'" ${config.out}/etc/zprofile
'';
}