4 lines
117 B
Bash
4 lines
117 B
Bash
#!/bin/zsh
|
|
# uses k (installed with plugins) but makes it accessible through l as well
|
|
alias k="k -h"
|
|
alias l="k -A"
|