mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge c7e9d9a60e into f3fa41834d
This commit is contained in:
commit
61a8657b46
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
if [[ $(uname -s) != 'Darwin' ]]; then
|
||||||
|
alias pbcopy='xclip -selection clipboard'
|
||||||
|
fi
|
||||||
|
|
||||||
function copydir {
|
function copydir {
|
||||||
pwd | tr -d "\r\n" | pbcopy
|
pwd | tr -d "\r\n" | pbcopy
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue