From 81ce512a838a3c43060d0774d391be3d6a184c16 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 12 Jul 2021 17:32:09 +0300 Subject: bash: remove bare git repo alias --- bash/.bashrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bash') 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' -- cgit v1.2.3