|
|
@ -2,5 +2,5 @@ |
|
|
|
alias ls='ls -lGhpv --color=always --group-directories-first' #noindex |
|
|
|
alias ls='ls -lGhpv --color=always --group-directories-first' #noindex |
|
|
|
alias lsl='ls -L' #noindex |
|
|
|
alias lsl='ls -L' #noindex |
|
|
|
alias lst='ls -al --time-style=+%D | grep $(\date +%D)' #noindex |
|
|
|
alias lst='ls -al --time-style=+%D | grep $(\date +%D)' #noindex |
|
|
|
alias vcat='bat --theme GitHub -n' #noindex |
|
|
|
alias vcat='bat --theme GitHub -style="changes,numbers"' #noindex |
|
|
|
|
|
|
|
|
|
|
|