6 lines
64 B
Bash
6 lines
64 B
Bash
#!/usr/bin/zsh
|
|
|
|
export EDITOR=nvim
|
|
|
|
export SCRD=$HOME/.scripts/
|