From a19f6041ec67e42d0e6293045e1e6afc91bc98a7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 18 Feb 2021 21:50:26 +0530 Subject: Adds emacs aliases/quick access command --- scripts/bin/ecmd | 2 +- scripts/commands/:emacs | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 scripts/commands/:emacs (limited to 'scripts') diff --git a/scripts/bin/ecmd b/scripts/bin/ecmd index bc04a6d..c6f6515 100755 --- a/scripts/bin/ecmd +++ b/scripts/bin/ecmd @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -source ~/.config/zshconf/paths.zsh; +source ~/nixos/config/zsh/paths.zsh; cd $COMMANDS_DIR; diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs new file mode 100755 index 0000000..07bdb9f --- /dev/null +++ b/scripts/commands/:emacs @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +emacsclient -c -n; + -- cgit v1.3.1