Skip to content

Commit

Permalink
Add bin aliases for most commonly used apps
Browse files Browse the repository at this point in the history
I tend to forget app names that I use rarely so .local/bin will store
all the 'aliases' instead.
  • Loading branch information
smoorg committed Apr 27, 2024
1 parent a223169 commit 0b86508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .local/bin/news
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
newsboat
2 changes: 2 additions & 0 deletions .local/bin/pdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
zathura $@
2 changes: 2 additions & 0 deletions .local/bin/soulseek
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
nicotine

0 comments on commit 0b86508

Please sign in to comment.