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