aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index e1a7f9f..8ebf63c 100644
--- a/bashrc
+++ b/bashrc
@@ -80,7 +80,8 @@ set -o noclobber
# aliases
alias c='printf "\e[H\e[2J"'
-alias xterm-blue='xterm -bg Dark\ Slate\ Blue -fg white'
+alias xterm-blue='xterm -bg Dark\ Slate\ Blue -fg white -fa -*-fixed-*-*-*-*-20-*-*-*-*-*-iso8859-*'
+alias xterm-lastmiles='xterm -bg black -fg white -fa terminus'
alias temp='cd $(mktemp -d)'
alias am='append_to_masterlist'
alias annex-sync='cd ~/annex/ && git annex sync && cd -'
@@ -364,5 +365,7 @@ ytmp3-split-to-chapters() {
if [ -z "$1" ]; then print "I need a valid YouTube URL.\n"; fi
yt-dlp -f 'bestaudio' -x --audio-format mp3 --split-chapters -o '%(title)s.%(ext)s' "$1" && cd - || return
}
+
. "$HOME/.cargo/env"
+
eval "$(direnv hook bash)"