dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8a80680552be1f7a2276a0a12ad89e2fbe8017bb
parent 8217cbc3ad50d0fa6fb026f2d7eb727211528af5
Author: Alex Balgavy <EMAIL>
Date:   Fri,  1 Mar 2019 22:00:05 +0100

Some fixes


Former-commit-id: 48c2a67315b6b31a1edacb53ad5c2212669a77fa
Diffstat:
Minstall.sh | 2+-
Mscripts/conf | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -37,7 +37,7 @@ read -n 1 -p "Install all dotfiles? [Y/n]" yn echo case $yn in [Yy]* ) - scripts/conf use $(find . ! -iwholename '*.git*' -type d -d 1) + scripts/conf use $(find . -maxdepth 1 -type d ! -iwholename "*.git*") echo "Dotfiles installed." echo "Run \`conf\` for more help." ;; diff --git a/scripts/conf b/scripts/conf @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # vim: foldmethod=marker:foldlevel=0 # Main linking command {{{