aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorjason2020-04-15 15:44:03 -0600
committerjason2020-04-15 15:44:03 -0600
commit9074e75d4a770d4a0a87141e80cecaecfb3a7215 (patch)
treeaa796e0ca3646d48ba1737e2db72a55c9c583032 /zsh
parent4ca8fd322960a8c64f3f43b839d88efdaf138d13 (diff)
downloaddotfiles-9074e75d4a770d4a0a87141e80cecaecfb3a7215.tar.gz
dotfiles-9074e75d4a770d4a0a87141e80cecaecfb3a7215.zip
updates
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc12
1 files changed, 4 insertions, 8 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b7b7c3c..5e0b3bd 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -7,10 +7,6 @@
7##ZSH_THEME="kolo" 7##ZSH_THEME="kolo"
8ZSH_THEME="gianu" 8ZSH_THEME="gianu"
9 9
10# Example aliases
11# alias zshconfig="mate ~/.zshrc"
12# alias ohmyzsh="mate ~/.oh-my-zsh"
13
14# Uncomment the following line to use case-sensitive completion. 10# Uncomment the following line to use case-sensitive completion.
15CASE_SENSITIVE="true" 11CASE_SENSITIVE="true"
16 12
@@ -93,13 +89,13 @@ export EDITOR=$_TERM_EMACS
93 89
94# Aliases 90# Aliases
95#alias fixfileperm='find /music -type f -exec chmod 0644 {} \;' 91#alias fixfileperm='find /music -type f -exec chmod 0644 {} \;'
96alias cleanbranches='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d; git branch -r --merged master | grep -iv "master" | sed "s/origin\///" | xargs -n 1 git push --delete origin' 92#alias cleanremotebranches='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d; git branch -r --merged master | grep -iv "master" | sed "s/origin\///" | xargs -n 1 git push --delete origin'
97alias ducks='du -cks * |sort -rn |head -11' 93alias ducks='du -cks * |sort -rn |head -11'
98alias dc='docker-compose' 94#alias dc='docker-compose'
99alias define='sdcv' 95alias define='sdcv'
100alias emacs=$_TERM_EMACS 96alias emacs=$_TERM_EMACS
101alias java18='/usr/local/java/jdk1.8.0_191/bin/java' 97#alias cleanstale="git clean -fd -e'!__pycache__' -e'!*.py[cod]'"
102alias javac18='/usr/local/java/jdk1.8.0_191/bin/javac' 98#alias dry-cleanstale="git clean -fdn -e'!__pycache__' -e'!*.py[cod]'"
103 99
104# Python 100# Python
105if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then 101if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then