diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-04 13:58:19 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-04 13:58:19 +0100 |
| commit | 6ec10ff9f3ee34d6c4c12f1fb57c3a9985ba712e (patch) | |
| tree | 6d4b7174afaadf62d8c833e9c68a3472344ebac4 | |
| parent | 73b365c019a5d8a4f6936eba8bde40f42e70fab1 (diff) | |
Add newsraft alias
| -rw-r--r-- | bash_aliases | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash_aliases b/bash_aliases index 9cae818..d69b6d1 100644 --- a/bash_aliases +++ b/bash_aliases @@ -73,3 +73,7 @@ if exists ssh-agent; then } fi +# Newsraft +if exists newsraft; then + alias news="newsraft -f ~/documents/feeds"; +fi |
