This website requires JavaScript.
Explore
Help
Sign in
felix
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced
2025-05-24 19:14:39 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a723edd683
dotfiles
/
shell
/
vars.sh
6 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2017-01-26 13:48:55 +01:00
#!/bin/sh
Adapt shebangs 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.
2018-05-23 13:33:43 +02:00
initial commit
2017-01-26 13:48:55 +01:00
export
EDITOR
=
vim
export
VISUAL
=
vim
export
BROWSER
=
firefox
Reference in a new issue
Copy permalink