#!/bin/bash
# git
alias gaa='git add *'
alias gs='git status'
alias gb='git branch'
alias gp='git pull'
alias gl='git log'
alias gamend='git commit --amend'
alias gamendNoEdit='git commit --amend --no-edit'
# system
alias ll='ls -la'
alias h='history'
alias c='clear'
alias ..='cd ..'
alias homeDir='cd ~/'
alias editBash='open ~/.bash_profile'
alias reloadBash='source ~/.bash_profile'
# pods
alias podi='pod install'
alias podu='pod update'
-
Notifications
You must be signed in to change notification settings - Fork 0
bohdansasko/BashShortcuts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Bash Shortcuts
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published