diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-03-05 11:33:59 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-03-05 11:34:48 -0700 |
| commit | 2ff93a7cee97fc14b693c29899e53689654ce0d3 (patch) | |
| tree | b8ea61871e8c534696dba40b57ca8e996b1c8a98 | |
| parent | 955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a (diff) | |
| download | zshrcd-2ff93a7cee97fc14b693c29899e53689654ce0d3.tar.gz zshrcd-2ff93a7cee97fc14b693c29899e53689654ce0d3.tar.bz2 zshrcd-2ff93a7cee97fc14b693c29899e53689654ce0d3.zip | |
| -rw-r--r-- | 01-aliases.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/01-aliases.zsh b/01-aliases.zsh index e89ec43..b12ccf5 100644 --- a/01-aliases.zsh +++ b/01-aliases.zsh @@ -1,7 +1,6 @@ alias ls='ls --color=auto' alias no=ls -alias copy="xclip -selection c -i" alias put="xclip -selection c -o" whence exa > /dev/null |