Add some more aliases/functions

This commit is contained in:
Scott Wallace 2023-04-27 14:42:08 +01:00
parent 3575d71cfa
commit cdd0267527
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
4 changed files with 5 additions and 0 deletions

1
.bashrc.d/akamai Normal file
View file

@ -0,0 +1 @@
alias akamai="docker run --rm -it -u \$(id -u) -v /dev/null:/etc/motd -v \${HOME}/.edgerc:/.edgerc -v \$(pwd):/workdir akamai/shell akamai"

View file

@ -0,0 +1,2 @@
[[ -x /usr/bin/copyq ]] && function pbpaste() { /usr/bin/copyq clipboard; } && export -f pbpaste
[[ -x /usr/bin/copyq ]] && function pbcopy() { /usr/bin/copyq add -; } && export -f pbcopy

1
.bashrc.d/alias.open Normal file
View file

@ -0,0 +1 @@
alias open=xdg-open

1
.bashrc.d/vscode Normal file
View file

@ -0,0 +1 @@
alias code=codium