dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 0c717b933cf67a8d0687d58fc91c9282a381cc41
parent 21534c05888d7e920fa9d66a98b0e44e53e8ae57
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 10 Aug 2021 22:12:33 -0700

Eliminate emacs filetype hinting from headers

Diffstat:
M.aliases | 3+--
M.paths | 3+--
M.sh_functions | 3+--
M.tmux.conf | 2+-
M.tools | 3+--
5 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/.aliases b/.aliases @@ -1,5 +1,4 @@ -# -*- mode: shell-script; -*- vim: set filetype=sh: -# ~/.aliases +# .aliases # add colour if [[ "$(uname)" == FreeBSD || "$(uname)" == Darwin ]]; then diff --git a/.paths b/.paths @@ -1,5 +1,4 @@ -# -*- mode: shell-script; -*- vim: set filetype=sh: -# ~/.paths +# .paths # Cleanly remove $1 from $PATH path_remove() { diff --git a/.sh_functions b/.sh_functions @@ -1,5 +1,4 @@ -# -*- mode: shell-script; -*- vim: set filetype=sh: -# Custom shell functions +# .sh_functions # Sets xterm title to $1. function tt { diff --git a/.tmux.conf b/.tmux.conf @@ -1,4 +1,4 @@ -# .tmuxrc +# .tmux.conf # keybindings set-window-option -g mode-keys vi diff --git a/.tools b/.tools @@ -1,5 +1,4 @@ -# -*- mode: shell-script; -*- vim: set filetype=sh: -# ~/.tools +# .tools # go version manager if [[ -f ~/.gvm/scripts/gvm ]]; then