summaryrefslogtreecommitdiff
path: root/.bash_aliases
blob: 8c511cedc14e9199ebcd31df815b17f83d76d3cc (plain) (blame)
1
2
3
4
5
# -*- mode: sh -*-
alias cg="git --git-dir=$HOME/.config.git/ --work-tree=$HOME" \
      userctl="systemctl --user" \
      e="emacsclient --alternate-editor= --create-frame" \
      pf="ps aux | grep"