diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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)" |