projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ce5f8
)
An alias for grep, another one for django.
author
patrick nsukami
<ndkpatt@gmail.com>
Sun, 8 Mar 2015 21:21:43 +0000
(21:21 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Sun, 8 Mar 2015 21:21:43 +0000
(21:21 +0000)
.bash_aliases
patch
|
blob
|
history
diff --git
a/.bash_aliases
b/.bash_aliases
index
4b70922
..
3d1533f
100644
(file)
--- a/
.bash_aliases
+++ b/
.bash_aliases
@@
-1,9
+1,14
@@
#!/bin/sh
+
+# the grep I use the most
+alias my_grep="grep -Hrnisl"
+
# my weird aliases
alias djo_runserver="python manage.py runserver"
alias djo_shell="python manage.py shell_plus"
-alias djo_mak="python manage.py makemigrations"
+alias djo_mak
e
="python manage.py makemigrations"
alias djo_mig="python manage.py migrate"
+alias djo_csu="python manage.py createsuperuser"
alias nimcr="nim c -r"