mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix hyphen abbreviation
This commit is contained in:
parent
449b452cd1
commit
8c167a0367
@ -107,7 +107,7 @@ in {
|
||||
ll = "ls -alhF";
|
||||
lf = "ls -lh | fzf";
|
||||
c = "cd";
|
||||
# -- - = "cd -";
|
||||
"-" = "cd -";
|
||||
mkd = "mkdir -pv";
|
||||
|
||||
# Tmux
|
||||
|
Loading…
Reference in New Issue
Block a user