Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active September 4, 2017 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baybatu/93ace419db26dcaf6b6b10c42d21cd52 to your computer and use it in GitHub Desktop.
Save baybatu/93ace419db26dcaf6b6b10c42d21cd52 to your computer and use it in GitHub Desktop.
append multiline to file
cat << EOF >> ~/.zshrc
export PATH="$PATH:/my/fancy/app/path"
alias helehele="echo 'hele hele antepli'"
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment