home · contact · privacy
Fix further shell script weirdness (where do these come from?)
authorChristian Heller <c.heller@plomlompom.de>
Mon, 22 Apr 2019 18:23:36 +0000 (20:23 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 22 Apr 2019 18:23:36 +0000 (20:23 +0200)
buster/setup_scripts/setup_eeepc.sh
dotfiles/minimal/vimrc
dotfiles/user/thinkpad/minimal/i3

index 90d393955f678f694ac32f18f3eae789214a1108..7b0323e80cf749ddfb02a63982c038cf5dff68e5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/sh
 set -e
 
 if [ "$#" -ne 1 ]; then
index b1434ed45b30da45d041d99d7021daf3de1fd521..8c923e69a9da733c971d065a38af26479d81cd17 100644 (file)
@@ -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
index a0e6c43a58a7612d7f760109b669faf6bef33c60..d388a2366e4fbf8f359e357900ab429193a4d235 100644 (file)
@@ -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