diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-07 08:41:32 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-07 08:41:32 +0100 |
| commit | 141b372c7f3b6a88b019bd40267a3cd523018e89 (patch) | |
| tree | 0a76c2d0ca377f6004089e5d98111b90183bcc8b | |
| parent | 1428b37adc7de482a915f44cc016cbb095c39079 (diff) | |
zsh: Add ‘pbclear’ to clear the clipboard
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index 11bb8f1..bf2e952 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -5,6 +5,7 @@ autoload -Uz vault alias df='df -Ph' alias ls='ls -G' alias lsh='du -a | sort -h' +alias pbclear='pbcopy </dev/null' alias pip=pip3 alias python=python3 alias rsync='rsync --exclude=.DS_Store' |
