diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-07-12 17:32:09 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-07-12 17:32:09 +0300 |
| commit | 81ce512a838a3c43060d0774d391be3d6a184c16 (patch) | |
| tree | cb67ffa1cdfba48c7edf005e6ca503a9ffebf341 /bash | |
| parent | 9fd1f5b7c9c8df5cc0c331e2c640b02e20a070a2 (diff) | |
| download | dotfiles-81ce512a838a3c43060d0774d391be3d6a184c16.tar.gz dotfiles-81ce512a838a3c43060d0774d391be3d6a184c16.zip | |
bash: remove bare git repo alias
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 0fe0b47..47f77aa 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -16,10 +16,6 @@ alias mocp='mocp -M "~/.config/moc"' alias ssh='TERM=rxvt ssh' # fix alacritty term issues alias ..='cd ..' -# see https://www.atlassian.com/git/tutorials/dotfiles -# and https://youtu.be/tBoLDpTWVOM -alias config='/usr/bin/git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME' - alias brc='nvim ~/.bashrc && source ~/.bashrc' alias vrc='nvim ~/.config/nvim/init.vim' |
