shell: move file out of the home base dir
This commit is contained in:
7
shell/dot-local/bin/displayfont
Executable file
7
shell/dot-local/bin/displayfont
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
font="$(fc-list | fzf)"
|
||||
|
||||
echo "$font"
|
||||
display "$(echo "$font" | awk '{{ print $1 }}' | tr -d ':')"
|
||||
|
||||
Reference in New Issue
Block a user