diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-25 00:22:46 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-25 00:23:09 +0300 |
commit | 50fcc79968701c0ec167c9f37af498699358a7f8 (patch) | |
tree | 57ae386d9d1252f55eeb8ede2bf1edf9e658a31a /zsh/.zshrc | |
parent | c682b6c079972c9b34cadd95951fdf336584c5fd (diff) | |
download | dotfiles-50fcc79968701c0ec167c9f37af498699358a7f8.tar.gz |
feat(zsh): add hledger aliases
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ alias vf=vifm alias g=git alias t=task alias tw=timew +alias h=hledger alias s="sudo systemctl" alias k=kubectl alias py=python |