Skip to content

Commit

Permalink
Merge pull request #1991 from noviicee/issue-1206
Browse files Browse the repository at this point in the history
Added alias ls='ls -F'
  • Loading branch information
NoahGorny committed Jan 7, 2022
2 parents 2e968c4 + 1305a86 commit b846c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/general.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ alias la='ls -AF' # Compact view, show hidden
alias ll='ls -al'
alias l='ls -a'
alias l1='ls -1'
alias lf='ls -F'

alias _="sudo"

Expand Down
1 change: 1 addition & 0 deletions aliases/available/msys2.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ test -n "$LS_COMMON" && alias ls="command ls $LS_COMMON"
alias ll="ls -l"
alias la="ls -a"
alias lal="ll -a"
alias lf="ls -F"

0 comments on commit b846c86

Please sign in to comment.