diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-07-04 17:53:12 -0400 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | f6c66f3b3d8d295024516219d4d1acc1c4b55cca (patch) | |
| tree | cb7909c41f57298d627acfe60c66e49c4c11c5de /dot_zshrc.tmpl | |
| parent | 48eae6666d8d253adc869390671896bf7a326653 (diff) | |
fix(zsh): make alias more consise
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index bc885e7..b5ae820 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -126,7 +126,7 @@ alias l.='exa -a | egrep "^\."' alias killkodi="kill -9 `ps aux | grep '/usr/lib/x86_64-linux-gnu/kodi/kodi.bin' -m 1 | tr -s ' ' | cut -d ' ' -f 2`" # Edit a file with Chezmoi and apply it immediately -alias dotedit='chezmoi edit --apply' +alias dedit='chezmoi edit --apply' # Shortcut for sourcing this file alias zource='source $HOME/.zshrc' |
