1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Comments are better readable with a space; some cleanup

This commit is contained in:
Michiel Scholten
2014-07-15 20:21:03 +02:00
parent bb814c7155
commit d338d7f3b8

View File

@@ -6,8 +6,6 @@ alias ll='ls -la'
# append history instead of overwriting:
shopt -s histappend
#alias findphp='find . -name "*php" | xargs grep'
#alias findphp='find . -name "*.php" | xargs grep -i'
alias findphp='find . -name "*.php" | xargs grep'
alias findjs='find . -name "*.js" | xargs grep'
alias findcss='find . -name "*.css" | xargs grep'