SH: adds bash shebang to shared dotfiles for syntax highlighting

This commit is contained in:
Jonathan Hodgson 2020-12-14 09:23:38 +00:00
parent 94f636208b
commit bf8631198c
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# make xclip work as I would expect. Copy to clipboard if piped data. Paste from otherwise
function clip(){
if type -p /usr/bin/xclip >/dev/null; then