diff --git a/.bash_aliases b/.bash_aliases index 983ffa1..4158556 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,5 +1,8 @@ source ~/.config/shell/functions +_git_prompt=/usr/share/git/completion/git-prompt.sh +test -f $_git_prompt && source $_git_prompt + # ls aliases alias ll='ls -alF' diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index dd7ea34..0231a61 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -41,6 +41,7 @@ link python /usr/bin/python3 link fdfind /usr/bin/fd link batcat /usr/bin/bat link "$HOME/.ssh/config" "$XDG_CONFIG_HOME/ssh" +link .bash_aliases "$HOME/.bashrc" highlight "SSH Permissions" chmod og= "$HOME/.ssh" -R