SH: adds bash shebang to shared dotfiles for syntax highlighting
This commit is contained in:
parent
94f636208b
commit
bf8631198c
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue