2 lines
43 B
Bash
2 lines
43 B
Bash
#!/bin/sh
|
|
cp ./.zshrc /home/${USER}/.zshrc
|
#!/bin/sh
|
|
cp ./.zshrc /home/${USER}/.zshrc
|