mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
fix hyphen abbreviation
This commit is contained in:
@ -107,7 +107,7 @@ in {
|
||||
ll = "ls -alhF";
|
||||
lf = "ls -lh | fzf";
|
||||
c = "cd";
|
||||
# -- - = "cd -";
|
||||
"-" = "cd -";
|
||||
mkd = "mkdir -pv";
|
||||
|
||||
# Tmux
|
||||
|
Reference in New Issue
Block a user