mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00

Convert all shebangs to /usr/bin/env bash, if bash is really required in the script. Otherwise convert it to /bin/sh. /bin/bash is not available on all systems, while /usr/bin/env bash and /bin/sh are.
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export EDITOR=vim
|
|
export VISUAL=vim
|
|
export BROWSER=firefox
|