From 0872fb046157e95a78cdc5881f41eebf77166ce5 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Mon, 9 Jul 2018 11:21:45 +0200 Subject: [PATCH] Use filetype *.local --- .bashrc | 2 +- .inputrc | 2 +- .profile | 6 +----- .vim/vimrc | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.bashrc b/.bashrc index 9af60eb..9fa4183 100644 --- a/.bashrc +++ b/.bashrc @@ -62,4 +62,4 @@ for file in ${HOME}/.config/bash/*.sh; do done; # last line for local things -[ -f ~/.bashrc_local ] && . ~/.bashrc_local +[ -f ~/.bashrc.local ] && . ~/.bashrc.local diff --git a/.inputrc b/.inputrc index 630cf3c..e842a17 100644 --- a/.inputrc +++ b/.inputrc @@ -59,4 +59,4 @@ set convert-meta off # Include system wide settings which is ignored # by default if one has own .inputrc -$include ~/inputrc_local +$include ~/inputrc.local diff --git a/.profile b/.profile index cefad05..13555ca 100644 --- a/.profile +++ b/.profile @@ -19,13 +19,9 @@ fi #export XDG_CONFIG_HOME=$HOME/.config/ #export XDG_DATA_HOME=$HOME/.local/share/ #export XDG_DATA_DIRS=/usr/local/share/:/usr/share/ -export QT_STYLE_OVERRIDE=adwaita-dark - -export HOSTNAME=`hostname` - -echo Welcome $USERNAME @ $HOSTNAME ! ################################# DEBIAN LOCAL SETTINGS ##### TO BE MOVED #### +export QT_STYLE_OVERRIDE=adwaita-dark #export JAVA_HOME='/usr/lib/jvm/java-8-openjdk-amd64' diff --git a/.vim/vimrc b/.vim/vimrc index b450e30..fd53c0d 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -5,7 +5,7 @@ syntax enable " Use :help 'option' to see the documentation for the given option. set shell=/bin/bash set path=.,,**,C:\programs\IAR\\\ System\EWB_V850_V360\common\bin -set printoptions=paper:letter +set printoptions=paper:A4 set fileformats=unix,dos,mac set history=1000 set tabpagemax=50 -- 2.43.0