forked from colonelpanic/dotfiles
Get rid of tasks.sh Bump emacs.d for emacs jedi stuff
This commit is contained in:
@@ -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)"
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "dirname $BASH_SOURCE"
|
||||
source brew.sh
|
||||
source npm.sh
|
Reference in New Issue
Block a user