5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/usr/bin/env zsh
|
||
|
|
||
|
alias vim='nvim'
|
||
|
export PATH=/home/rudism/.local/bin:$PATH
|