Start Refactoring to composable zsh config modules

This commit is contained in:
Marty Oehme 2019-02-18 17:55:05 +01:00
parent 764de81461
commit 71a7ca83c6
24 changed files with 643 additions and 296 deletions

3
.zsh.d/35-alias-k-to-l Normal file
View file

@ -0,0 +1,3 @@
# uses k (installed with plugins) but makes it accessible through l as well
alias k="k -h"
alias l="k -A"