Make sure wlc/wlp works on mac
This commit is contained in:
parent
e54038aafd
commit
04129b2952
1 changed files with 3 additions and 0 deletions
|
|
@ -123,6 +123,9 @@ alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 {
|
|||
if [[ "$(uname)" != "Darwin" ]]; then
|
||||
alias wlc="wl-copy"
|
||||
alias wlp="wl-paste"
|
||||
else
|
||||
alias wlc="pbcopy"
|
||||
alias wlp="pbpaste"
|
||||
fi
|
||||
|
||||
# Alias functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue