Skip to content

Instantly share code, notes, and snippets.

@failable
failable / shell-command-with-aliasses.el
Created September 27, 2023 16:17 — forked from amno1/shell-command-with-aliases.el
Use Bash aliases in interactive shell-comands
;;; shell-command-with-aliasses.el --- Use Bash aliases in interactive shell-comands -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Arthur Miller
;; Author: Arthur Miller <arthur.miller@live.com>
;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or