all repos — nixfiles @ bbcbe8f7da8372c207cbeac9c498677edc982ece

System and user configuration, managed by nix and home-manager

zsh: Enable watch with aliases

Alan Pearce
commit

bbcbe8f7da8372c207cbeac9c498677edc982ece

parent

7f2472e8035d8dbaa7c7d506f0d7c1fd58c30682

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -59,6 +59,7 @@ ls_options=$gnu_ls_options
ls_isodate=$gnu_ls_isodate ;; esac +alias watch="watch " # enable watch with aliases alias l="${ls} ${ls_options} -Bp" alias l1="${ls} ${ls_options} -1" alias ls="${ls} ${ls_options} -hF"