diff options
-rw-r--r-- | profile.dot.link | 5 | ||||
l--------- | xsessionrc.dot.link | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index f4b6502..1e5a207 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -39,6 +39,11 @@ export EDITOR="vim -X" export GIT_PS1_SHOWDIRTYSTATE="" export GIT_PS1_SHOWUNTRACKEDFILES="" +# Loaded git completion if needed +if ! type __git_ps1 | head -1 | grep -q function; then + source /etc/bash_completion.d/git-prompt +fi + # Less configuration # See http://seclists.org/fulldisclosure/2014/Nov/74 export LESSSECURE="1" diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link new file mode 120000 index 0000000..43603bd --- /dev/null +++ b/xsessionrc.dot.link @@ -0,0 +1 @@ +xsession.dot.link
\ No newline at end of file |