From 0350f170550bcc79c1f8bb563893bcdc4dd11d2c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 22 Apr 2019 20:23:36 +0200 Subject: [PATCH] Fix further shell script weirdness (where do these come from?) --- buster/setup_scripts/setup_eeepc.sh | 2 +- dotfiles/minimal/vimrc | 4 ++-- dotfiles/user/thinkpad/minimal/i3 | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/buster/setup_scripts/setup_eeepc.sh b/buster/setup_scripts/setup_eeepc.sh index 90d3939..7b0323e 100755 --- a/buster/setup_scripts/setup_eeepc.sh +++ b/buster/setup_scripts/setup_eeepc.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh set -e if [ "$#" -ne 1 ]; then diff --git a/dotfiles/minimal/vimrc b/dotfiles/minimal/vimrc index b1434ed..8c923e6 100644 --- a/dotfiles/minimal/vimrc +++ b/dotfiles/minimal/vimrc @@ -5,8 +5,8 @@ filetype plugin on " Number lines. set number -" Don't add unsolicited final newline. -set binary +"" Don't add unsolicited final newline. +"set binary " Indentation rules (tabs to 4 spaces). set expandtab diff --git a/dotfiles/user/thinkpad/minimal/i3 b/dotfiles/user/thinkpad/minimal/i3 index a0e6c43..d388a23 100644 --- a/dotfiles/user/thinkpad/minimal/i3 +++ b/dotfiles/user/thinkpad/minimal/i3 @@ -16,6 +16,7 @@ bindsym $mod+Return exec xterm -r # Launch programs via dmenu. bindsym $mod+d exec dmenu_run +bindsym $mod+x exec dmenu_run # Kill window. bindsym $mod+Shift+Q kill -- 2.30.2