Remove sticky-note script
This commit is contained in:
parent
e3392c682a
commit
1bc93a0b3a
2 changed files with 2 additions and 8 deletions
|
@ -53,3 +53,5 @@
|
|||
clean = git-lfs clean -- %f
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
CONFIG_FILE="$HOME/.config/alacritty/sticky-note.yml"
|
||||
STICKY_NOTE_FILE="/tmp/sticky-note"
|
||||
|
||||
echo "$@" > "$STICKY_NOTE_FILE"
|
||||
|
||||
alacritty --config-file "$CONFIG_FILE"
|
Loading…
Reference in a new issue