diff options
| author | venomade <venomade@venomade.com> | 2026-03-06 00:09:04 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-03-06 00:09:04 +0000 |
| commit | a6543a0ba0e5399515e3dbe507a8bd12958839cc (patch) | |
| tree | 8de9d667e644fcda3c40440bd23a9d30666a175b /config/shell | |
| parent | a568a964fd6a9efba388b2b4919339c0b7dfe51d (diff) | |
Add Emacs Darwin to the pkgs Other neovim and tangential things
Diffstat (limited to 'config/shell')
| -rw-r--r-- | config/shell/alias | 1 | ||||
| -rw-r--r-- | config/shell/vars | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/shell/alias b/config/shell/alias index 84eab84..8c17329 100644 --- a/config/shell/alias +++ b/config/shell/alias @@ -7,3 +7,4 @@ alias diff='batdiff' alias fzf="fzf --preview 'bat --style=numbers --color=always {}'" alias vi="nvim" alias vim="nvim" +alias em="emacs -nw" diff --git a/config/shell/vars b/config/shell/vars index 601d79f..b74f722 100644 --- a/config/shell/vars +++ b/config/shell/vars @@ -3,4 +3,3 @@ export ZK_NOTEBOOK_DIR=$HOME/Documents/Notes export XDG_CONFIG_HOME=$HOME/.config export GOPATH=$HOME/.go export LIMA_SHELL=/bin/zsh -export LIMA_INSTANCE=alpine |
