6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/sh
|
|
export TERMINAL=st
|
|
export VISUAL=nvim
|
|
export EDITOR=nvim
|
|
export PAGER=bat
|