Added myProjectManagement
This commit is contained in:
24
zshrc.sh
24
zshrc.sh
@@ -1,9 +1,10 @@
|
||||
# My setup for zshrc
|
||||
# KSI : 2023-07-18
|
||||
# KSI : 2024-06-12 - added myProjectManagement
|
||||
|
||||
|
||||
|
||||
alias pycharm="$HOME/Devtools/current/bin/pycharm.sh > /dev/null 2>&1 &"
|
||||
alias pycharm="$HOME/Devtools/pycharm/current/bin/pycharm.sh > /dev/null 2>&1 &"
|
||||
alias psg='ps -aef | grep'
|
||||
|
||||
def init.sheerka() {
|
||||
@@ -34,10 +35,31 @@ def init.myPaperless() {
|
||||
DEV_HOME=~/Dev/MyPaperless
|
||||
export DEV_HOME
|
||||
export API_KEY="some_fake_dev_api_key"
|
||||
export NAS_USER_NAME="test_user"
|
||||
export NAS_PASSWORD="l7\UgG*2udhjeK$"
|
||||
workon MyPaperless
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def init.myProjectManagement() {
|
||||
workon MyProjectManagement
|
||||
DEV_HOME=~/Dev/MyProjectManagement
|
||||
export DEV_HOME
|
||||
export USER_NAME
|
||||
secrets.myProjectManagement
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def init.myJiraTools() {
|
||||
workon MyJiraTools
|
||||
DEV_HOME=~/Dev/MyJiraTools
|
||||
export DEV_HOME
|
||||
export API_TOKEN
|
||||
export USER_NAME
|
||||
secrets.myJiraTools
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
def cdd() {
|
||||
cd $DEV_HOME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user