From 8d91c3467471f913301999f124d8cb1efa68cbb5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Jan 2016 19:29:50 -0500 Subject: [PATCH] Add new aliases that are not present in ZIM --- .aliases/command-specific/htop | 2 ++ .aliases/command-specific/xdg-open | 1 + 2 files changed, 3 insertions(+) create mode 100644 .aliases/command-specific/htop create mode 100644 .aliases/command-specific/xdg-open diff --git a/.aliases/command-specific/htop b/.aliases/command-specific/htop new file mode 100644 index 0000000..0ed409e --- /dev/null +++ b/.aliases/command-specific/htop @@ -0,0 +1,2 @@ +# htop +alias top="htop" \ No newline at end of file diff --git a/.aliases/command-specific/xdg-open b/.aliases/command-specific/xdg-open new file mode 100644 index 0000000..385ad38 --- /dev/null +++ b/.aliases/command-specific/xdg-open @@ -0,0 +1 @@ +alias o="xdg-open" \ No newline at end of file