update directory name on scripts
This commit is contained in:
parent
88fb7b544d
commit
13bd742964
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
auth="$EZAPIKEY"
|
||||
url="https://api.e-z.host/files"
|
||||
PICTURE_DIR="$HOME/.nky/Photo/Me/"
|
||||
PICTURE_DIR="$HOME/.nky/Photo/me/"
|
||||
fileName=$(echo "/tmp/$(date +'%s_grim.png')")
|
||||
|
||||
snipping=$(echo -e "Area\nScreen\nFull" | wmenu -p "Snipping tool")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
f=$HOME/.nky/Me/personal/contact.csv
|
||||
f=$HOME/.nky/me/personal/contact.csv
|
||||
if [ -z "$1" ]; then
|
||||
line=$(cat $f | cut -d"," -f 1 --output-delimiter="\n" | fzf)
|
||||
grep "$line" $f | awk -F, '{print $2; if (length($3) > 1) print $3}'
|
||||
|
|
Loading…
Reference in a new issue