diff options
| author | Christian Segundo | 2023-10-12 22:10:18 +0200 |
|---|---|---|
| committer | Christian Segundo | 2023-10-12 22:10:18 +0200 |
| commit | a650c5140ac885c278777d2011d5c4cd72f36333 (patch) | |
| tree | a0bbae9fd130228bc6c50760c315d10bdfdf6c6b /public | |
| parent | 8e7a71c85dfa95d635f9306aac2ab5d4da6b9753 (diff) | |
| download | dotfiles-a650c5140ac885c278777d2011d5c4cd72f36333.tar.gz | |
add alias to edit vim config
Diffstat (limited to 'public')
| -rw-r--r-- | public/zsh/.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/zsh/.zshenv b/public/zsh/.zshenv index aa7b60e..dfedd7b 100644 --- a/public/zsh/.zshenv +++ b/public/zsh/.zshenv @@ -1,6 +1,7 @@ alias kontext="source kontext" alias vim=vim_wrap alias docker=podman +alias vimc="nvim ~/.dotfiles/public/nvim/.nvim" # fucking hate brew, mac and all these fucking # hacks and stupid workarounds |