5 lines
45 B
Bash
5 lines
45 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
alias reload="exec zsh"
|
||
|
|