Merge branch 'master' of git.blake.ly/PowerUser/dotfiles
This commit is contained in:
commit
0a68add4da
9 changed files with 21 additions and 16 deletions
|
@ -9,4 +9,4 @@ fi
|
|||
|
||||
for f; do
|
||||
realpath "$f"
|
||||
done | $CLIPBOARD_MANAGER
|
||||
done | sed -z '$ s/\n$//' | $CLIPBOARD_MANAGER
|
||||
|
|
3
.config/shell/bin/how
Executable file
3
.config/shell/bin/how
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
test $# -gt 0 && where="$1" && shift
|
||||
IFS='+' eval 'curl "https://cht.sh/${where:-}/$*"'
|
4
.config/shell/bin/vvc
Executable file
4
.config/shell/bin/vvc
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$(realpath "$1")")"
|
||||
eval "$EDITOR" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue