Thing with the stuff

This commit is contained in:
Fergal Moran
2017-03-28 21:59:14 +01:00
parent 63a324e349
commit 4316794ac9
4 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ alias dss="cd ~/dev/personal/deepsouthsounds.com/dss.api && workon dss.api"
alias dss_radio="cd ~/dev/personal/deepsouthsounds.com/dss.radio && workon dss.radio && docker start dssdocker_icecast_1"
alias pgdo="sudo -u postgres"
alias pgadmin="docker run -it --rm -v /home/fergalm/working/pgadmin-data:/pgadmin-data --net=host fergalmoran/pgadmin4:latest; xdg-open http://localhost:5050"
alias runmssql="docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyComplexPassword!234' -p 1433:1433 -v /home/fergalm/working/mssql-data:/var/opt/mssql -d microsoft/mssql-server-linux"
alias sqlw="sqlw &"
alias se="/opt/StorageExplorer/StorageExplorer > /dev/null 2>&1 &"
alias dbv="dbeaver > /dev/null 2>&1 &"
@@ -26,6 +28,8 @@ alias dbstatus="dropbox.py status"
alias dbignore='find `pwd` -type d -regex ".*\(node_modules\|temp\|tmp\|bower_components\|cache\)$" -prune -exec dropbox exclude add {} \;'
alias dbrm="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
alias ping="ping -O"
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
alias iotop='sudo iotop'

2
bashrc
View File

@@ -131,4 +131,4 @@ then
export PROJECT_HOME=$HOME/dev/personal
source /usr/local/bin/virtualenvwrapper.sh
fi
export PATH=$PATH:/opt/mssql-tools/bin

2
bin/az Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
/home/fergalm/lib/azure-cli/bin/python -m azure.cli "$@"

4
zshrc
View File

@@ -79,3 +79,7 @@ export SSH_KEY_PATH="~/.ssh/rsa_id"
source ~/.bash_aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
export PATH=$PATH:/home/fergalm/dotfiles/bin
source '/home/fergalm/lib/azure-cli/az.completion'