Created
March 28, 2011 16:16
-
-
Save ccopsey/890744 to your computer and use it in GitHub Desktop.
Revisions
-
ccopsey revised this gist
Dec 5, 2012 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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,12 @@ export PS1="\[\e[0;35m\]\!\[\e[m\]:\[\e[0;36m\]\u\[\e[m\]@\[\e[0;31m\]\h\[\e[m\]:\[\e[0;32m\]\w\[\e[m\]> " alias cp="cp -i" alias mv="mv -i" alias rm="rm -i" alias g="grep" alias h="history" alias l="ls -hltrp --color" alias la="ls -halp --color" alias ls="ls --color" -
ccopsey revised this gist
Apr 25, 2011 . 1 changed file with 9 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -2,10 +2,15 @@ if ( $?prompt ) then set prompt = "%{\033[0;35m%}%h%{\033[0m%}:%{\033[0;34m%}%n%{\033[0m%}@%{\033[0;31m%}%m%{\033[0m%}:%{\033[0;32m%}%~%{\033[0m%}> endif alias cp 'cp -i' alias mv 'mv -i' alias rm 'rm -i' alias g 'grep' alias h 'history' alias l 'ls -hltrp --color' alias la 'ls -halp --color' alias ls 'ls --color' alias auth sudo tail -f /var/log/auth.log alias deny sudo cat /var/log/denyhosts -
ccopsey renamed this gist
Apr 24, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ccopsey revised this gist
Apr 24, 2011 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ alias g="grep" alias l="ls -Glp" alias la="l -atr" -
ccopsey revised this gist
Apr 24, 2011 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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,11 @@ if ( $?prompt ) then set prompt = "%{\033[0;35m%}%h%{\033[0m%}:%{\033[0;34m%}%n%{\033[0m%}@%{\033[0;31m%}%m%{\033[0m%}:%{\033[0;32m%}%~%{\033[0m%}> endif alias g grep alias l ls -hltrp --color alias la ls -halp --color alias ls ls --color alias auth sudo tail -f /var/log/auth.log alias deny sudo cat /var/log/denyhosts -
ccopsey renamed this gist
Mar 28, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ccopsey renamed this gist
Mar 28, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ccopsey created this gist
Mar 28, 2011 .There are no files selected for viewing
This file contains hidden or 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 @@ if ( $?prompt ) then set prompt = "%{\033[0;35m%}%h%{\033[0m%}:%{\033[0;34m%}%n%{\033[0m%}@%{\033[0;31m%}%m%{\033[0m%}:%{\033[0;32m%}%~%{\033[0m%}> endif