diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-19 14:39:56 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-19 14:39:56 -0500 |
| commit | 143696c0a95af8eb819562701dcd0421254620f8 (patch) | |
| tree | 29a78f2461f452f32e5e6796140aac7b57b31433 /env/.config/.profile | |
| parent | 63cfe979086c720209bfacbcc5ae22c8a28dbea3 (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-x | env/.config/.profile | 2 |
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" |
