From 143696c0a95af8eb819562701dcd0421254620f8 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 19 Jul 2025 14:39:56 -0500 Subject: lots of changes - changed music command - added music to backup - showmethekey more window rules - added mpv config - added seahorse to all reqs - nvim - added render markdown - added treesitter. ive been using just my systems treesitter. - fixed undotree bind - removed eldritch theme. it broke --- env/.config/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index 437a40f..18fa1ef 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -65,7 +65,7 @@ alias fman="bash -c 'compgen -c' | fzf | xargs man" alias LC="fukn loadkeys ~/.config/swapscape.map" -alias music="nohup vlc $YT_PLAYLIST_DIR/title_vids > /dev/null 2> /dev/null < /dev/null & disown && cd $YT_PLAYLIST_DIR/title_vids && lfk" +alias music="nohup vlc ~/stuff/media/music > /dev/null 2> /dev/null < /dev/null & disown && cd ~/stuff/media/music && lfk" alias ibuss="ibus-daemon -rxRd" alias ygg="fukn bash -c 'mkdir /var/run/yggdrasil; yggdrasil -useconf < /etc/yggdrasil.conf'" alias obss="obs && obs --enable-media-stream & disown" -- cgit v1.3