update directory name on scripts

This commit is contained in:
Night Kaly 2024-04-07 17:16:35 +00:00
parent 88fb7b544d
commit 13bd742964
Signed by: night0721
GPG key ID: 957D67B8DB7A119B
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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}'