diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-21 23:06:47 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-21 23:06:47 -0500 |
| commit | 56a98496230ef62dc61c1e92051ba2397a298f5f (patch) | |
| tree | 1390281b20020a01e1272ef185718e4e458e1c82 /env/.config/.profile | |
| parent | 3252a201c13a251f3c3bfbc881e3d2712a985467 (diff) | |
configs. fixed misspell. added gen-thumb-md.
generates thumbnails for videos and puts all video and non video in a markdown file
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 3512850..464a550 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -70,7 +70,7 @@ alias music="nohup vlc $YT_PLAYLIST_DIR/title_vids > /dev/null 2> /dev/null < /d 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" -alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\".*//g' | fzf | xargs printf \"https://www.youtube.com/feeds/videos.xml?%s\" | xclip -selection clipboard" +alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\".*//g' | fzf | xargs printf \"https://www.youtube.com/feeds/videos.xml?%s\"" alias vasm="~/stuff/manual-programs/vasm/vasm6502_oldstyle -Fbin -dotdir " alias pipes="pipes.sh -t 0 -p 3 -f 30 -r 2000" |
