Skip to content

Commit

Permalink
.functions: Remove a
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 2, 2017
1 parent 7657dc5 commit b9de4cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,6 @@ function s() {
fi;
}

# `a` with no arguments opens the current directory in Atom Editor, otherwise
# opens the given location
function a() {
if [ $# -eq 0 ]; then
atom .;
else
atom "$@";
fi;
}

# `v` with no arguments opens the current directory in Vim, otherwise opens the
# given location
function v() {
Expand Down

0 comments on commit b9de4cd

Please sign in to comment.