mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-09-14 06:22:03 +02:00
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
export EDITOR=vim
|
|
export VISUAL=vim
|
|
export BROWSER=firefox
|