Skip to content

Commit

Permalink
Let's not assume zsh everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 29, 2015
1 parent 8caa004 commit 36fde90
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.org
Expand Up @@ -3,8 +3,6 @@
#+EMAIL: leehinman@fastmail.com
#+LANGUAGE: en
#+PROPERTY: header-args :results code replace :exports both :noweb yes :comments org :tangle no
#+PROPERTY: header-args:sh :shebang "#!/usr/bin/env zsh"
#+PROPERTY: header-args:python :shebang "#!/usr/bin/env python"
#+HTML_HEAD: <link rel="stylesheet" href="http://dakrone.github.io/org.css" type="text/css" />
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
Expand Down
2 changes: 1 addition & 1 deletion bin/emacsclient
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash

# Script that looks in a number of different of different places for
# `emacsclient`, and uses it if found. Otherwise it falls back to `emacsclient`
Expand Down
2 changes: 1 addition & 1 deletion bin/notify
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash

# A generic notification script that will either use the local HTTP interface
# for sending a notification, or enqueue it into SQS to be consumed by a remote
Expand Down
2 changes: 1 addition & 1 deletion bin/t
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash

# A wrapper for an arbitrary command that notifies when it completes

Expand Down
2 changes: 1 addition & 1 deletion bin/tangle
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
# -*- mode: shell-script -*-
#
# Tangle .org files with org-mode
Expand Down
2 changes: 1 addition & 1 deletion bin/tangle-as-user
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
# -*- mode: shell-script -*-
#
# Tangle .org files with org-mode
Expand Down

0 comments on commit 36fde90

Please sign in to comment.