aboutsummaryrefslogtreecommitdiff
path: root/01-aliases.zsh
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-11 11:47:38 -0700
committerJosh Rahm <rahm@google.com>2021-11-11 11:47:38 -0700
commitb78c3b1f01685a58907f63445efa012a5cbc3566 (patch)
tree0bba0c2faa674bc33c1ee8afdb178eb22e5c0615 /01-aliases.zsh
downloadzshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.tar.gz
zshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.tar.bz2
zshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.zip
Rework my zsh files into a .zshrc.d file.
Diffstat (limited to '01-aliases.zsh')
-rw-r--r--01-aliases.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/01-aliases.zsh b/01-aliases.zsh
new file mode 100644
index 0000000..d4c73b4
--- /dev/null
+++ b/01-aliases.zsh
@@ -0,0 +1,5 @@
+alias ls='ls --color=auto'
+alias no=ls
+
+alias copy="xclip -selection c -i"
+alias put="xclip -selection c -o"