Skip to content

Commit

Permalink
Remove p() function
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Apr 25, 2017
1 parent bfe97b6 commit ddbdcfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/aliases/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ d() {
fi
}

p() {
cd "$PROJECTS/$(find "$PROJECTS" -type d -maxdepth 3 -name .git | sed 's#/\.git$##' | sed "s#^$PROJECTS/##" | selecta)"
}

# source dotfiles
reload() {
source $HOME/.zshrc &&
Expand Down

0 comments on commit ddbdcfa

Please sign in to comment.