3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
echo ">>> Copying .zshenv - Please Wait! <<<"
|
|
cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv
|