feat(gs/home): Alias ec=emacsclient
Change-Id: Ia6633731dbd26c842830f548f909a37a129a7477 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2021 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
6a65d73731
commit
ccce934454
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.shellAliases = {
|
||||||
|
"ec" = "emacsclient";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
(mkIf pkgs.stdenv.isLinux {
|
(mkIf pkgs.stdenv.isLinux {
|
||||||
# Notes
|
# Notes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue