aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-16 20:16:13 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-16 20:16:19 +0100
commitaa605705cd1872dd8319e6336440db485b66d9e4 (patch)
tree9c89473826908e0c61a16adf3af44afc6aa37bd8 /bashrc
parent0f56054e8f1baf2920bf8ce0b3bbb7b46eb1d4c9 (diff)
uncontrolled update - removes xi and xq fish funcs
Diffstat (limited to 'bashrc')
-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)"