File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # vi:ft=bash:
2+
3+ alias cat=" bat"
4+
5+ alias ls=' eza -lh --group-directories-first --icons=auto'
6+ alias lsa=' ls -a'
7+ alias lt=' eza --tree --level=2 --long --icons=auto --git'
8+ alias lta=' lt -a'
9+
110# git
211alias g=' git'
312alias gs=' git status -sb'
413alias gc=' git checkout'
14+ alias gap=" git add -p"
515# copy the current branch name
616alias gcb=' git rev-parse --abbrev-ref HEAD | pbcopy'
717alias short-sha=' git rev-parse --short HEAD'
@@ -15,7 +25,6 @@ alias be="bundle exec"
1525alias watchnet=" watch -n 0 -d 'lsof -i'"
1626
1727alias dotfiles=" cd ~/.dotfiles"
18- alias vimrc="vim ~/.vimrc"
1928alias code=" cd ~/Code/"
2029
2130alias slack=" open /Applications/Slack.app"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments