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