add pbpaste
This commit is contained in:
parent
31d12f7d28
commit
25a66fc005
2 changed files with 3 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -16,6 +16,7 @@ alias ls='ls --color'
|
|||
alias vim='nvim'
|
||||
alias c='clear'
|
||||
alias pwsh='pwsh -NoLogo'
|
||||
alias pbpaste='xclip -selection clipboard -o'
|
||||
|
||||
#
|
||||
## Initialization code that may require console input (password prompts, [y/n]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ required_packages_brew:
|
|||
- kubernetes-cli
|
||||
- zsh-autosuggestions
|
||||
- bitwarden-cli
|
||||
- hashicorp/tap/vault
|
||||
|
||||
|
||||
apt_keys:
|
||||
- https://packages.microsoft.com/keys/microsoft.asc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue