summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc11
1 files changed, 6 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 5701a13..f553790 100644
--- a/.zshrc
+++ b/.zshrc
@@ -6,13 +6,14 @@ export ZSH="/home/anon/.oh-my-zsh"
export PATH=/home/anon/.nimble/bin:$PATH
export PATH=/home/anon/.cargo/bin:$PATH
+export PATH=/home/anon/.bin:$PATH
source "$HOME/.cargo/env"
# export PATH=/home/anon/.cargo/bin:$PATH
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
-ZSH_THEME="robbyrussell"
+ZSH_THEME="crcandy"
export LANG="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
@@ -80,7 +81,7 @@ export LC_ALL="en_US.UTF-8"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
-plugins=(git fzf)
+plugins=(git fzf fzf-zsh-plugin)
source $ZSH/oh-my-zsh.sh
@@ -110,8 +111,6 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
-[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
-
# ALIASES
alias ll='ls -alF'
@@ -133,8 +132,8 @@ alias calendar="khal interactive"
alias bin=" | nc termbin.com 9999"
alias joplin="~/.npm-global/bin/joplin"
alias chrome="chrome --enable-features=WebUIDarkMode --force-dark-mode"
-alias anonradio="torsocks mpv http://anonradio.net:8000/anonradio"
alias technobase="mpv http://listen.technobase.fm/tunein-mp3"
+alias anonradio="torsocks mpv http://anonradio.net:8000/anonradio"
alias backup="~/git/rsync-time-backup/rsync_tmbackup.sh ~/ /media/anon/8TB/backup/"
alias temps="watch -n 2 sensors"
alias backup-ext="~/Software/git/rsync-time-backup/rsync_tmbackup.sh ~/ anon@goliath:/home/anon/ ~/Software/git/rsync-time-backup/exclude.txt"
@@ -243,3 +242,5 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#000000,bg=cyan,bold,underline"
alias tb="nc bin.tinfoil-hat.net 9999"
+
+[ -f ~/.fzf ] && source ~/.fzf