mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +01:00
5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export EDITOR=nvim
|
|
export VISUAL=nvim
|
|
export BROWSER=firefox
|