Skip to content

Commit

Permalink
Update .bashrc script
Browse files Browse the repository at this point in the history
   - The alias has been changed in order to support opening the git bare
   repo from vs code
   - Source: microsoft/vscode#77215 (comment)
  • Loading branch information
tankris committed Nov 30, 2020
1 parent dbcf9bf commit e2ec928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Expand Up @@ -141,4 +141,4 @@ ex ()
### Alias ###
#
# Dotfile git bare alias (bare repo in ~/dotFiles)
alias dotFConfig='/usr/bin/git --git-dir=$HOME/dotFiles/ --work-tree=$HOME'
alias dotfile='GIT_DIR=$HOME/dotFiles/ GIT_WORK_TREE=$HOME'

0 comments on commit e2ec928

Please sign in to comment.