diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
| commit | e1f86f92ffcba791739dfea105cb5d8e9081db5e (patch) | |
| tree | 20f1b97935940533cfd3ab55502dcecfbe217b8e /.zsh_aliases | |
| parent | 4ba52715c7ece96b28fd28693f9f0c232ccad733 (diff) | |
| parent | 084809954f13205af598127ea00d37b819d927b4 (diff) | |
| download | dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.gz dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.bz2 dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles into carbon
Diffstat (limited to '.zsh_aliases')
| -rw-r--r-- | .zsh_aliases | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_aliases b/.zsh_aliases index 808908e..f72b556 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -122,3 +122,5 @@ alias ytdl='youtube-dl' alias ytdla='youtube-dl -i -x -f bestaudio/best --output "%(playlist_index)s-%(title)s.%(ext)s"' alias qmvdest='qmv --format=do' + +alias xclip='xclip -selection clipboard' |
