]> git.zndr.dk Git - dotfiles.git/commitdiff
Use filetype *.local
authorJannik ZANDER <jzander@grundfos.com>
Mon, 9 Jul 2018 09:21:45 +0000 (11:21 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Mon, 9 Jul 2018 09:21:45 +0000 (11:21 +0200)
.bashrc
.inputrc
.profile
.vim/vimrc

diff --git a/.bashrc b/.bashrc
index 9af60eb8c0f03ef521dd60bfd7e4a25c9b6ac9f8..9fa41837401443be30a150e9251646b724232270 100644 (file)
--- 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
index 630cf3c659e6f1e80b0cce9aad9c75ac3e52d763..e842a17aa8053dcc4fd1c452e261d8d3fdf83972 100644 (file)
--- 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
index cefad05fab6403e1d47c45dcfbbe48f37da5bc42..13555ca4967d821811c13b7afb6c0f1bb90b8ac5 100644 (file)
--- 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'
 
index b450e3089e46893be85bdc026ed40b8f06f3a0e0..fd53c0d809fa917f917db670635745217ce0eab2 100644 (file)
@@ -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