Add alias for Copy latest Download into primary selection
This commit is contained in:
parent
cea1319c68
commit
6375f9c70c
1 changed files with 3 additions and 0 deletions
|
@ -137,3 +137,6 @@ alias k='kubectl'
|
|||
source <(kubectl completion bash)
|
||||
complete -F __start_kubectl k
|
||||
alias kns='kubectl config set-context --current --namespace'
|
||||
|
||||
# Copy latest Download into primary selection
|
||||
alias cld='cat $(ls --directory --format single-column -t --color=never ~/Downloads/* | head --lines 1) | xclip -in'
|
||||
|
|
Reference in a new issue