diff options
Diffstat (limited to 'config/lf')
-rw-r--r-- | config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index edefc84..2b2ff1f 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -3,13 +3,13 @@ set shell sh set shellopts '-eu' set ifs "\n" -set promptfmt "\033[1;31m%u\033[0;32m@\033[1;34m%h\033[0m\033[0;36m▐\033[7m%w/f\033[0;36m▍\033[0m" +set promptfmt "\033[1;31m%u\033[0;32m@\033[1;34m%h\033[0m\033[0;36m▐\033[7m%w/%f\033[0;36m▍\033[0m" # cmds cmd ttmsh ${{ TTMURL="$(curl -F 'file=@'$f https://ttm.sh)" if [ -n "$TTMURL" ]; then echo "$TTMURL"|tee "$HOME/ttmsh"|xclip -r - notify-send 'successfully uploaded to ttm!' 'link copied to selection, backup is in $HOME/ttmsh' + notif 'successfully uploaded to ttm!' 'link copied to selection, backup is in $HOME/ttmsh' fi }} |