diff --git a/bboard.sh b/bboard.sh index 4260204..5124ed3 100755 --- a/bboard.sh +++ b/bboard.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # bboard.sh # Secure shell into SDF for bboard usage. diff --git a/com.sh b/com.sh index 2f41213..9506444 100755 --- a/com.sh +++ b/com.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # com.sh # Secure shell into SDF for com. diff --git a/email.sh b/email.sh index 5458b7e..d8d18bf 100755 --- a/email.sh +++ b/email.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # email.sh # Secure shell into SDF for email. diff --git a/init.el b/init.el index fa8edbc..1b691c0 100644 --- a/init.el +++ b/init.el @@ -36,49 +36,50 @@ ;; Scroll one line at a time (setq scroll-conservatively most-positive-fixnum) -;; Automatically refresh a buffer when a change is detected -(global-auto-revert-mode t) - -;; bboard +;; Load the bboard function (let((file(concat(getenv "HOME")"/seid/bboard.el"))) (load-file file)) -;; com +;; Load the com function (let((file(concat(getenv "HOME")"/seid/com.el"))) (load-file file)) -;; email +;; Load the email function (let((file(concat(getenv "HOME")"/seid/email.el"))) (load-file file)) -;; irc-fsf +;; Load the irc-fsf function (let((file(concat(getenv "HOME")"/seid/irc-fsf.el"))) (load-file file)) -;; irc-sdf +;; Load the irc-sdf function (let((file(concat(getenv "HOME")"/seid/irc-sdf.el"))) (load-file file)) -;; moo +;; Load the moo function (let((file(concat(getenv "HOME")"/seid/moo.el"))) (load-file file)) -;; term-local +;; Load the term-local function (let((file(concat(getenv "HOME")"/seid/term-local.el"))) (load-file file)) -;; term-sdf +;; Load the term-sdf function (let((file(concat(getenv "HOME")"/seid/term-sdf.el"))) (load-file file)) -;; vintage +;; Load the vintage function (let((file(concat(getenv "HOME")"/seid/vintage.el"))) (load-file file)) -;; vps +;; Load the vps function (let((file(concat(getenv "HOME")"/seid/vps.el"))) (load-file file)) -;; www +;; Load the www function (let((file(concat(getenv "HOME")"/seid/www.el"))) (load-file file)) + +;; Load the seid-functions text file +(let((file(concat(getenv "HOME")"/seid/seid-functions"))) + (find-file file)) diff --git a/irc-fsf.sh b/irc-fsf.sh index 0ef7b92..fd1e41b 100755 --- a/irc-fsf.sh +++ b/irc-fsf.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # irc-fsf.sh # Start libera.chat IRC session for FSF channel connection. diff --git a/irc-sdf.sh b/irc-sdf.sh index 7c30359..f839720 100755 --- a/irc-sdf.sh +++ b/irc-sdf.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # irc-sdf.sh # Start an IRC session to connect to SDF channels. diff --git a/moo.sh b/moo.sh index fe515e1..e1ea0cd 100755 --- a/moo.sh +++ b/moo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # moo.sh # Telnet into your favorite moo. diff --git a/resume-seid.sh b/resume-seid.sh index 82c1b25..a54d1ee 100755 --- a/resume-seid.sh +++ b/resume-seid.sh @@ -1,4 +1,4 @@ -#/usr/local/bin/bash +#!/usr/bin/env bash # resume-seid.sh # Resume previous SEID session. diff --git a/run-seid.sh b/run-seid.sh index 1af5d38..47b42d6 100755 --- a/run-seid.sh +++ b/run-seid.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # run-seid.sh # Run the SEID program. diff --git a/term-sdf.sh b/term-sdf.sh index 5b5c23b..0b18bb2 100755 --- a/term-sdf.sh +++ b/term-sdf.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # term-sdf.sh # Secure shell into SDF cluster. diff --git a/vintage.sh b/vintage.sh index 3b6e793..ad4afe6 100755 --- a/vintage.sh +++ b/vintage.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # vintage.sh # Secure shell into SDF for vintage system usage. diff --git a/vps.sh b/vps.sh index cb6294a..9ab8d68 100755 --- a/vps.sh +++ b/vps.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # vps.sh # Secure shell into SDF for VPS usage. diff --git a/www.sh b/www.sh index 741f3e7..663b0c9 100755 --- a/www.sh +++ b/www.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash # www.sh # Run a local WWW session.