Skip to content

Commit

Permalink
[zsh] CocoaPods aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lockit-daniel committed Oct 5, 2021
1 parent f8df082 commit 5fd703a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zsh/.zsh/10-aliases.zsh
Expand Up @@ -36,9 +36,11 @@ alias gl='git pull'
alias gdd='git diff'
alias gc='git commit'
alias ac='a commit'

# CocoaPods
alias poddev='/Users/smatter/develop/git/Rainforest/CocoaPods/bin/pod'
alias ppod='bundle exec pod'
alias groupTime='/Users/smatter/Documents/Arbeit/keksfabrik/scripts/Logging/groupTime'
alias ppod='rbenv exec bundle exec pod'
alias rbexec='rbenv exec bundle exec'

#apt-get
alias apt="sudo apt-get"
Expand Down

0 comments on commit 5fd703a

Please sign in to comment.