fix hyphen abbreviation

This commit is contained in:
Noah Masur 2022-01-22 14:55:22 -05:00
parent 449b452cd1
commit 8c167a0367

View File

@ -107,7 +107,7 @@ in {
ll = "ls -alhF";
lf = "ls -lh | fzf";
c = "cd";
# -- - = "cd -";
"-" = "cd -";
mkd = "mkdir -pv";
# Tmux