Skip to content

Commit 592e2f5

Browse files
committed
added bashprofile
1 parent dc65080 commit 592e2f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bash_profile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
alias emacs="emacs25"
2+
alias e="emacs25"
3+
4+
alias makeTags='find . -name "*.cpp" -exec etags -a {} \; && find . -name "*.hpp" -exec etags -a {} \; '

0 commit comments

Comments
 (0)