dotfiles/.config/shell/zshrc.d/6-alias-l.zsh
2019-03-15 14:56:18 +01:00

3 lines
105 B
Bash

# uses k (installed with plugins) but makes it accessible through l as well
alias k="k -h"
alias l="k -A"