Skip to content

Commit

Permalink
fix typos in kks-select script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkga committed Oct 24, 2021
1 parent 4c6e380 commit 5da9ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kks-select
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#
# select kak session and client to set environment
# use as `eval (kak-select)`, eg: `alias ks="eval (kak-select)"` in shell config
# use as `eval $(kks-select)`, eg: `alias ks="eval $(kks-select)"` in shell config
#
# requires:
# - fzf (https://github.com/junegunn/fzf)
Expand Down

0 comments on commit 5da9ec9

Please sign in to comment.