diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-15T17·18+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | f5798419da123f2f54ea735c2d1e0a60c98403c7 (patch) | |
tree | 151e1406cc74d0f797a4f21d0453fe9262b82505 /configs | |
parent | 9e4c993849e939d881068589e4ae446bde047e12 (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/aliases.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/shared/aliases.zsh b/configs/shared/aliases.zsh index 84f67f108f44..b08489751d87 100644 --- a/configs/shared/aliases.zsh +++ b/configs/shared/aliases.zsh @@ -225,7 +225,6 @@ alias em='e ~/.tmux.conf' # TODO: consider DRYing this up with `e`. Unfortunately, `sudo` won't support # aliases. 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 alias sz='source ~/.zshrc' |