Last active
February 7, 2023 16:22
Revisions
-
rjhilgefort revised this gist
Sep 28, 2018 . No changes.There are no files selected for viewing
-
rjhilgefort revised this gist
Sep 28, 2018 . No changes.There are no files selected for viewing
-
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Enable tab completion of flags source $(dirname $(gem which colorls))/tab_complete.sh # Move standard ls -
rjhilgefort revised this gist
Sep 28, 2018 . 2 changed files with 4 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ # source $(dirname $(gem which colorls))/tab_complete.sh # Move standard ls alias ols="ls" # Base formats This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,2 @@ # https://github.com/athityakumar/colorls#installation sudo gem install colorls -
rjhilgefort revised this gist
Sep 28, 2018 . 2 changed files with 3 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ### colorls - https://github.com/athityakumar/colorls # Move standard ls alias ols="ls" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # https://github.com/athityakumar/colorls#installation sudo gem install colorls -
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ ### colorls - https://github.com/athityakumar/colorls # Move standard ls alias ols="ls" -
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ alias ols="ls" # Base formats alias ls="colorls -A" # short, multi-line alias ll="colorls -1A" # list, 1 per line alias ld="ll" # ^^^, NOTE: Trying to move to this for alternate hand commands alias la="colorls -lA" # list w/ info # [d] Sort output with directories first alias lsd="ls --sort-dirs" -
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ alias ols="ls" # Base formats alias ls="colorls -A" # short, multi-line alias ll="colorls -1A" # list, 1 per line alias ld="ll" # ^^^, NOTE: Trying to move to this for alternate hand alias la="colorls -lA" # list w/ info # [d] Sort output with directories first alias lsd="ls --sort-dirs" -
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ alias ols="ls" # Base formats alias ls="colorls -A" # short, multi-line alias ll="colorls -1A" # list, 1 per line alias ld="ll" # ^&, NOTE: Trying to move to this for alternate hands alias la="colorls -lA" # list w/ info # [d] Sort output with directories first alias lsd="ls --sort-dirs" -
rjhilgefort revised this gist
Sep 28, 2018 . 1 changed file with 23 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,23 @@ ### colorls - https://github.com/athityakumar/colorls # Move standard ls alias ols="ls" # Base formats alias ls="colorls -A" # short, multi-line alias ll="colorls -1A" # list, 1 per line alias ld="ll" # ^, NOTE: Trying to move to this for alternate hands alias la="colorls -lA" # list w/ info # [d] Sort output with directories first alias lsd="ls --sort-dirs" alias lld="ll --sort-dirs" alias ldd="ld --sort-dirs" alias lad="la --sort-dirs" # [t] Sort output with recent modified first alias lst="ls -t" alias llt="ll -t" alias ldt="ld -t" alias lat="la -t" # [g] Add git status of each item in output alias lsg="ls --git-status" alias llg="ll --git-status" alias ldg="ld --git-status" alias lag="la --git-status" -
rjhilgefort created this gist
Sep 28, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ _