Get rid of tasks.sh Bump emacs.d for emacs jedi stuff

This commit is contained in:
2014-10-10 04:00:19 -07:00
parent f13874c9bf
commit 64688c0382
12 changed files with 163 additions and 193 deletions

View File

@@ -1,5 +0,0 @@
readlink_command='readlink'
command -v greadlink > /dev/null && readlink_command="greadlink"
function dotfiles_abspath() {
echo "$(${readlink_command} -f "$BASH_SOURCE" | xargs dirname | xargs dirname)"
}

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
cd "dirname $BASH_SOURCE"
source brew.sh
source npm.sh