all repos — nixfiles @ bed8fd45eda6788e315b5ee47e09fa9e7291b63c

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

zsh: Add alias to open the current directory in Emacs' dired

Alan Pearce
commit

bed8fd45eda6788e315b5ee47e09fa9e7291b63c

parent

692c8fdc954ebe282f96ca63dcfe04e8fc651116

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

jump to
M zsh/zshrczsh/zshrc
@@ -312,6 +312,7 @@ /^WM_WINDOW_ROLE/{sub(/.* =/, "role:"); print}'\'''
alias et="emacsclient -t" alias magit='ec -e "(magit-status \"$PWD\")"' +alias dired='ec -e "(dired \"$PWD\")"' alias -g ...='../..'