diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-30 23:19:14 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-01 00:04:46 +0100 |
commit | 09a4cc0b12a09cbaef118d028f33668f63f98c06 (patch) | |
tree | 24d3f0c96fa4bee19a53e14089ed0d4331197147 /.bashrc | |
parent | eee7ca707f4bc5f6e10b672f32056cdc20e06d70 (diff) |
more git/dotfiles aliases
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,9 +67,9 @@ alias clg='config log' alias ccom='config commit -m' alias csth='config stash' alias cu='config add -u' -alias cvim='GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME vim' alias cdf='config diff' alias cpl='config pull' +alias cvim='GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME vim' alias loadbash='source ~/.bashrc' alias bashrc='vim ~/.bashrc' |