6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
export TERMINAL=st
|
|
export VISUAL=nvim
|
|
export EDITOR=nvim
|
|
export PAGER="bat --style=header,rule,snip"
|