Skip to content

Commit

Permalink
fix(tmux): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 19, 2023
1 parent 253486b commit 49aa6a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions modules/bins/bin/icons
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ switch $argv[1]
case bat cat
echo
case clx
echo
echo
case cp duplicate
echo
case mv
echo
echo 󰉒
case curl http pint lynx wget w3m
echo
case docker docker-compose podman
echo
case exa lf ls nnn ranger
echo
echo
case elixir mix
echo
case gh gh-dash
Expand All @@ -38,34 +38,36 @@ switch $argv[1]
echo
case lua
echo
case man
case man zk
echo
case nano pico
echo
echo
case node npm yarn
echo
case nvim vim vi
echo
case python pip
echo
echo
case rm
echo
echo
case rsync
echo
case ruby irb
echo
case scp ssh
echo
echo 󰣀
case sleep
echo
case spin
echo ?
echo
case sudo
echo
case tail
echo ?
echo
case task make
echo
case tmux
echo ﬿
echo
case youtube-dl
echo
end
2 changes: 1 addition & 1 deletion modules/bins/bin/tmux-sessionizer
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function search
sort -rnk1 | # sort by score
uniq | # dedup
awk '{print $2}' | # do not actually print the score
fzf --no-sort --prompt "﬿ "
fzf --no-sort --prompt " "
end

if test (count $argv) -eq 1
Expand Down

0 comments on commit 49aa6a2

Please sign in to comment.