Add shell aliases for emacsclient

This commit is contained in:
outfoxxed 2023-08-10 22:12:20 -07:00
parent b8599fd822
commit f22de209ce
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@
# completions
source ${impurity.link ./completion.zsh}
'';
shellAliases = {
"ee" = "emacsclient -c";
"e" = "hyprctl dispatch hy3:makegroup tab, ephemeral && emacsclient -c";
};
};
};
}