From da972700c7ce38d0e34a8a5f13057906fb22d798 Mon Sep 17 00:00:00 2001 From: "tinfoil-hat.net" Date: Mon, 3 Apr 2023 11:09:26 +0200 Subject: Update 2023-04-03 11:09 Linux/x86_64 --- .bashrc | 2 ++ .zshrc | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 4a74bd7..bbabff9 100644 --- a/.bashrc +++ b/.bashrc @@ -175,3 +175,5 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +[ -f ~/.fzf.bash ] && source ~/.fzf.bash 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 -- cgit v1.2.3