Various updates to sh shortcuts
direnv commands terraform commands tmux clipboard hack a better editor detector
This commit is contained in:
parent
4c40b724c8
commit
8238a75408
4 changed files with 101 additions and 1 deletions
5
_home/dot_sz.shrc.d/34_tmux.tools
Normal file
5
_home/dot_sz.shrc.d/34_tmux.tools
Normal file
|
@ -0,0 +1,5 @@
|
|||
if [[ -n "$(which-command tmux)" ]]; then
|
||||
function clip-tmux() {
|
||||
tmux save-buffer -a - | clip
|
||||
}
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue