Compare commits

...

2 Commits

@ -19,13 +19,13 @@ fi
export QT_QPA_PLATFORM=wayland-egl export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
function sqlsetup { if [ -f '/etc/bash_completion' ]; then
sudo mount -t drvfs '\\hldnt352.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup # debian
rm -r ~/shares/sqlsetup/* source /etc/bash_completion
cp -a ~/git/sqlsetup/* ~/shares/sqlsetup/ else
} # arch
source /usr/share/git/git-prompt.sh
source /usr/share/git/git-prompt.sh fi
PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w`__git_ps1 " (%s)"`]\$ ' PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w`__git_ps1 " (%s)"`]\$ '
alias ls='ls --color=auto' alias ls='ls --color=auto'

Loading…
Cancel
Save