diff options
| author | jason | 2020-04-15 15:44:03 -0600 |
|---|---|---|
| committer | jason | 2020-04-15 15:44:03 -0600 |
| commit | 9074e75d4a770d4a0a87141e80cecaecfb3a7215 (patch) | |
| tree | aa796e0ca3646d48ba1737e2db72a55c9c583032 /zsh | |
| parent | 4ca8fd322960a8c64f3f43b839d88efdaf138d13 (diff) | |
| download | dotfiles-9074e75d4a770d4a0a87141e80cecaecfb3a7215.tar.gz dotfiles-9074e75d4a770d4a0a87141e80cecaecfb3a7215.zip | |
updates
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 12 |
1 files changed, 4 insertions, 8 deletions
| @@ -7,10 +7,6 @@ | |||
| 7 | ##ZSH_THEME="kolo" | 7 | ##ZSH_THEME="kolo" |
| 8 | ZSH_THEME="gianu" | 8 | ZSH_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. |
| 15 | CASE_SENSITIVE="true" | 11 | CASE_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 {} \;' |
| 96 | alias 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' |
| 97 | alias ducks='du -cks * |sort -rn |head -11' | 93 | alias ducks='du -cks * |sort -rn |head -11' |
| 98 | alias dc='docker-compose' | 94 | #alias dc='docker-compose' |
| 99 | alias define='sdcv' | 95 | alias define='sdcv' |
| 100 | alias emacs=$_TERM_EMACS | 96 | alias emacs=$_TERM_EMACS |
| 101 | alias java18='/usr/local/java/jdk1.8.0_191/bin/java' | 97 | #alias cleanstale="git clean -fd -e'!__pycache__' -e'!*.py[cod]'" |
| 102 | alias 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 |
| 105 | if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then | 101 | if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then |