This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! env zsh | |
######################################## | |
# git_helper.zsh | |
# Author: Ajeet Singh | |
# provides functions as commands for git | |
######################################## | |
#variables | |
export GIST_UPLOAD_URL="https://api.github.com/gists" | |
export GIST_DOWNLOAD_URL="https://gist.github.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!env zsh | |
############################################# | |
# Reinstall plugins for Armin-Studio | |
# Name: armin_plugin_mgr.zsh | |
# Author: Ajeet Singh | |
############################################# | |
base_dir=~/projects/python/armin/plugins-all/ | |
function reinstall_plugins(){ |