diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-14 13:59:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-14 13:59:13 +0100 |
commit | b21947e478539da2ffdf0d59dd7ccb639d25b655 (patch) | |
tree | 572e9e9b7cf44b6bb3d040adf546287034b5ab51 /bashrc | |
parent | 30965a1419844bfb8f8c16540a31124d03c6d6e6 (diff) |
Adding emacsclient alias
Diffstat (limited to '')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ alias annex-sync='cd ~/annex/ && git annex sync && cd -' alias blog="cd ~/code/html/yulqen.org/" alias brandom='beet play "$(beet random -p)"' alias bud="cd ~/Budget/hledger/" +alias emacsclient="emacsclient -c &" alias getip="curl ifconfig.me" alias gitrepos="ssh git@joannalemon.com \"tree -L 2 repositories\"" alias gloga='git log --oneline --decorate --graph --all' |