Skip to content

Commit

Permalink
zsh: Improve alias ll
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Nov 29, 2023
1 parent 23c52b2 commit 37882c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ alias kc="kubectl config"
alias keyboard="xset r rate 330 75; setxkbmap se-A5; setxkbmap -option caps:swapescape"
alias kns="kubectl config set-context --current --namespace"
alias l="ls -FHhlv --color=always --group-directories-first"
alias ll="ls -aFhlv --color=always"
alias ll="l -a"
alias mdl="markdownlint"
alias mdm="toggle_md_mode"
alias mkdir="mkdir -p"
Expand Down

0 comments on commit 37882c2

Please sign in to comment.