Skip to content

Commit

Permalink
Adds ll function (and renames the file accordingly).
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Ortolina committed Feb 18, 2013
1 parent b8759e4 commit f6ae7ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hermes/bashrc.d/ls_colours.bash → hermes/bashrc.d/ls.bash
Expand Up @@ -36,3 +36,5 @@ LS_DIRECTORY_UNSTICKY_WRITABLE="$BLACK$BROWN"
FIRST="$LS_DIRECTORY$LS_SYMBOLIC_LINK$LS_SOCKET$LS_PIPE$LS_EXECUTABLE$LS_BLOCK_SPECIAL$LS_CHARACTER_SPECIAL"
SECOND="$LS_EXECUTABLE_SETUID$LS_EXECUTABLE_SETGID$LS_DIRECTORY_STICKY_WRITABLE$LS_DIRECTORY_UNSTICKY_WRITABLE"
export LSCOLORS="$FIRST$SECOND"

alias ll='ls -lahG'

0 comments on commit f6ae7ba

Please sign in to comment.