Add project manager module
This commit is contained in:
parent
5cdd11b655
commit
4ceed76221
3 changed files with 65 additions and 12 deletions
|
@ -215,15 +215,6 @@ cropdetect() {
|
|||
# programming
|
||||
##############################################################################{{{
|
||||
|
||||
# cd for /code/projects dir with completion
|
||||
pp(){
|
||||
if [ -d $HOME/code/projects/$* ]; then
|
||||
cd $HOME/code/projects/$*
|
||||
else
|
||||
vim $HOME/code/projects/$*
|
||||
fi
|
||||
};
|
||||
|
||||
# watch latex file for changes and rebuild
|
||||
latexwatch() {
|
||||
maindoc=$1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue