Skip to content

Commit

Permalink
Remove or fix aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixolyde committed Mar 18, 2017
1 parent 4ba716a commit 0c10bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ alias psmem='ps aux | sort -n -k 4'
alias depdate='date "+%Y%m%d_%H%M%S" --utc'
alias dotfiles='cd ~/repos/dotfiles'
alias g='git'
alias gs='git status'
alias gcm='git commit -a -m '
alias gpom='git push origin master'

2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
la = "!git config -l | grep alias | cut -c 7-"
pl = log --graph --pretty=pformat
pll = !git pl --stat
pom = push origin master
pom = pull origin master
s = status
today = log --since=midnight --pretty=pformat
[pretty]
Expand Down

0 comments on commit 0c10bb8

Please sign in to comment.