aboutsummaryrefslogtreecommitdiff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv14
1 files changed, 0 insertions, 14 deletions
diff --git a/zshenv b/zshenv
index e3cacfa..de95342 100644
--- a/zshenv
+++ b/zshenv
@@ -49,20 +49,6 @@ gentemplateoff () {
done
}
-# Web Querying
-search () {
- web "duckduckgo.com/?q=$1"
-}
-
-web () {
- firefox $1 > /dev/null & disown
-}
-
-important-work-stuff() {
- bash ~/Scripts/roll.sh
-}
-
-
#NVM config
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm