Drop alias er

I think when I was writing this, I needed a quick way to edit my dotfile's
README. I haven't used it since then, so in the interest of trimming fat, I'm
removing it.
This commit is contained in:
William Carroll 2020-01-15 17:18:59 +00:00
parent 9e4c993849
commit f5798419da

View file

@ -225,7 +225,6 @@ alias em='e ~/.tmux.conf'
# TODO: consider DRYing this up with `e`. Unfortunately, `sudo` won't support # TODO: consider DRYing this up with `e`. Unfortunately, `sudo` won't support
# aliases. # aliases.
alias en='sudo ALTERNATE_EDITOR=nvim emacsclient --no-wait --create-frame /etc/nixos/configuration.nix' alias en='sudo ALTERNATE_EDITOR=nvim emacsclient --no-wait --create-frame /etc/nixos/configuration.nix'
alias er='e ~/Dropbox/dotfiles/README.md'
# couple the s* aliases to the <leader>s* kbds in vim # couple the s* aliases to the <leader>s* kbds in vim
alias sz='source ~/.zshrc' alias sz='source ~/.zshrc'