mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Add and sort aliases
This commit is contained in:
parent
4b5fe24343
commit
ce303fa8ae
2 changed files with 3 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -4,13 +4,11 @@
|
|||
# Config files that are not suitable to add to version control:
|
||||
link/nix/config/.mono/
|
||||
link/nix/config/asciinema/
|
||||
link/nix/config/configstore/nodemon.json
|
||||
link/nix/config/configstore/update-notifier-nodemon.json
|
||||
link/nix/config/configstore/update-notifier-npm.json
|
||||
link/nix/config/configstore/update-notifier-yo.json
|
||||
link/nix/config/configstore/
|
||||
link/nix/config/filezilla
|
||||
link/nix/config/fluidkeys/
|
||||
link/nix/config/gcloud/
|
||||
link/nix/config/gh/
|
||||
link/nix/config/grv/
|
||||
link/nix/config/gtk-2.0/
|
||||
link/nix/config/htop/
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ alias biv='bundle install --path=vendor/bundle'
|
|||
alias gbc='git branch --merged | command grep -vE "^(\*|\s*(master|develop|production)\s*$)" | command xargs -n 1 git branch -d'
|
||||
alias gitextract='git log --pretty=email --patch-with-stat --reverse --full-index --binary --'
|
||||
alias ogk='open -a GitKraken'
|
||||
alias prstatus="gh pr status |grep --color=never -A2 'Current branch'"
|
||||
alias sal='ssh-add -L'
|
||||
alias st='open -a SourceTree'
|
||||
alias sz='source ~/.zshrc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue