public
Description: An attempt to standardize my bash init files
Clone URL: git://github.com/JackDanger/jackbash.git
Search Repo:
Adding the commonly-used 'ps aux | grep' as 'psg'
Jack Danger Canty (author)
Sat Apr 19 15:08:58 -0700 2008
commit  3fee71ae4a6718b2a6b83ddfb249d68c03f4308f
tree    bd24964abf8d206765b8c605f30415ad8e81affb
parent  935b3dde83062723348430c296a50d2636c37e63
...
1
2
3
 
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 alias e='$EDITOR'
0
 alias trail='tail -n 300 -f'
0
 alias grep='grep --color=auto'
0
+alias psg='ps aux | grep --color=auto'
0
 alias l='ls -la'
0
 

Comments

    No one has commented yet.