diff --git a/.custom_bash_scripts b/.custom_bash_scripts index 88cd2da..e91d286 100644 --- a/.custom_bash_scripts +++ b/.custom_bash_scripts @@ -1,4 +1,12 @@ #!/bin/sh + +# init for dotfiles. +initdots() +{ + config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' + config checkout HEAD + source $HOME/.bashrc +} # nnn # for nnn file manager