mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
updates
This commit is contained in:
parent
e47ef872e3
commit
a452b7a9f1
15 changed files with 768 additions and 3574 deletions
|
|
@ -22,7 +22,7 @@ alias 9='cd -9'
|
|||
alias md='mkdir -p'
|
||||
alias rd=rmdir
|
||||
|
||||
function d () {
|
||||
function d() {
|
||||
if [[ -n $1 ]]; then
|
||||
dirs "$@"
|
||||
else
|
||||
|
|
@ -35,4 +35,5 @@ compdef _dirs d
|
|||
alias lsa='ls -lah'
|
||||
alias l='ls -lah'
|
||||
alias ll='ls -lh'
|
||||
alias la='ls -lAh'
|
||||
# Note that if I switch back to native ls from eza, change the a to an A
|
||||
alias la='ls -lah'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue