Add dotfiles from newest setup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
6555cc80cd
commit
3711ac3ea6
9 changed files with 120 additions and 55 deletions
5
.bashrc
5
.bashrc
|
@ -51,9 +51,10 @@ export XMODIFIERS=@im=ibus
|
|||
export VISUAL=vim
|
||||
export EDITOR="$VISUAL"
|
||||
export TERMINAL=termite
|
||||
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
||||
source /usr/share/git/completion/git-prompt.sh
|
||||
|
||||
# Enable autocompletion features
|
||||
if [ -f /etc/bash_completion ]; then
|
||||
/etc/bash_completion
|
||||
|
@ -86,4 +87,4 @@ set_bash_prompt() {
|
|||
MSYS2_PS1="$PS1"
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=set_bash_prompt
|
||||
PROMPT_COMMAND=set_bash_prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue