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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user