Skip to content

Commit

Permalink
Improve ls alias to remove quotes from output
Browse files Browse the repository at this point in the history
  • Loading branch information
dusnm committed May 28, 2019
1 parent dd0c305 commit 0461aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ alias ref="source ~/.bashrc"
alias cls="clear"
alias ..="cd .."
alias cd..="cd .."
alias ls="ls -CF --color=auto -lh --group-directories-first"
alias lsa="ls -CF --color=auto -lh --group-directories-first -a"
alias ls="ls -CF --color=auto -lhN --group-directories-first"
alias lsa="ls -CF --color=auto -lhN --group-directories-first -a"
alias ll="ls -lisa --color=auto"
alias lsl="ls -lhFA | less"
alias home="cd ~"
Expand Down

0 comments on commit 0461aab

Please sign in to comment.