summaryrefslogtreecommitdiff
path: root/posix-shell/aliases.sh
AgeCommit message (Collapse)Author
12 daysposix-shell: Add aerc aliasxengineering
This prefixes `aerc` with `mbsync -a &&`. While I prefer IMAP connections on aerc I want to regularly copy all mails from the server to my machine to have a backup on disk. This can be viewed even without an internet connection and is included in my BTRFS-based snapshot backups.
2024-12-08posix-shell: Add myrenamexengineering
2024-11-21posix-shell: Remove `--all` from `igit` aliasxengineering
This allows to select either all branches to display with `igit --all` or a subset of branches with `igit branch1 branch2 ...`. With this change it is possible to get a better overview in repositories with a huge number of branches.
2024-06-27posix-shell: Remove unused aliasesxengineering
2024-06-27posix-shell: Remove my_xdg_open()xengineering
Replaced by the better tool 'rifle' which is shipped with 'ranger'.
2024-06-27bash: Move aliases to posix-shell/aliases.shxengineering
The new posix-shell folder should contain shell code which is portable between different implementations.