aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-19 14:39:56 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-19 14:39:56 -0500
commit143696c0a95af8eb819562701dcd0421254620f8 (patch)
tree29a78f2461f452f32e5e6796140aac7b57b31433 /env/.config/.profile
parent63cfe979086c720209bfacbcc5ae22c8a28dbea3 (diff)
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
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile2
1 files changed, 1 insertions, 1 deletions
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"