diff --git a/Bashrc.wiki b/Bashrc.wiki index d53663a..1bf1808 100644 --- a/Bashrc.wiki +++ b/Bashrc.wiki @@ -96,16 +96,6 @@ This can be replicated for any similar program that uses `less` as its pager. ---- -==Get Dell Service Tag== - -https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/getdst.bash - -I work with Dell machines a lot, and when dealing with hardware problems, it's nice to have the service tag handy. Lucky for me, the service tag is easily retrieveable using `dmidecode(1)`, so I made a function for it. - -As an added bonus, the `-l` option will print the url for that product's support page. - ----- - ==Screenshot== https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/shot.bash @@ -125,14 +115,6 @@ I no longer use `countdown()` from `shot()` directly, but sometimes will in some ---- -==FontFind== - -https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/fontfind.bash - -Sometimes you just need to figure out what font provides a specific character. This function provides that solution. - ----- - ==Vactivate== https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/vactivate.bash @@ -143,6 +125,24 @@ A caveat to this is that the prompt modification that venv usually applies is no ---- +==FontFind== + +https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/fontfind.bash + +Sometimes you just need to figure out what font provides a specific character. This function provides that solution. + +---- + +==Get Dell Service Tag== + +https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/getdst.bash + +I work with Dell machines a lot, and when dealing with hardware problems, it's nice to have the service tag handy. Lucky for me, the service tag is easily retrieveable using `dmidecode(1)`, so I made a function for it. + +As an added bonus, the `-l` option will print the url for that product's support page. + +---- + ==Weechat== https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/weechat.bash