diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:23:39 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:23:39 +0100 |
commit | 72fb9ff3c8f3b57350ee3de68f8b97d8fb641c86 (patch) | |
tree | 7970d1692d50d6025e802fb9473ee6df6934d297 /zshenv | |
parent | f779aae15c8b593d430b5fc295115125bb3d6048 (diff) | |
download | dotfiles-72fb9ff3c8f3b57350ee3de68f8b97d8fb641c86.tar.gz dotfiles-72fb9ff3c8f3b57350ee3de68f8b97d8fb641c86.tar.bz2 dotfiles-72fb9ff3c8f3b57350ee3de68f8b97d8fb641c86.zip |
Removed memes section and changed function to remove git in gentemplate
Diffstat (limited to 'zshenv')
-rw-r--r-- | zshenv | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -7,23 +7,6 @@ alias clip="xclip -sel clip" alias paste="xclip -o" export force_color_prompt=yes -# Memes - -😂() { - web https://youtu.be/dQw4w9WgXcQ -} - -🎼() { - web 'https://music.youtube.com/playlist?list=PLGiMeh8b7cMRKTUEaLo1GkYIHtEhof2wF' -} - -🚂() { - while true - do - sl - done -} - # Programming SPC() { @@ -38,6 +21,7 @@ gentemplate() { 'node') git clone https://github.com/Oreodave/NodeTemplate $2;; *) return;; esac + rm -rf $2/.git; } # Web Querying |