1
0
Fork 0

Add alias for Copy latest Download into primary selection

This commit is contained in:
J. Elfring (p) 2020-08-13 15:56:58 +02:00
parent cea1319c68
commit 6375f9c70c

View file

@ -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'