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