Add slack CLI tool

This commit is contained in:
Colin Powell
2020-01-30 16:35:07 -05:00
parent 9eeadf31e1
commit daed97f08b
2 changed files with 682 additions and 1 deletions

View File

@ -5,9 +5,9 @@ set -gx PATH ~/.emacs.d/bin $PATH
set -gx PATH ~/.fzf/bin $PATH
set -gx PATH ~/.local/bin $PATH
set -gx PATH ~/.asdf/install/rust/stable/bin $PATH
set -gx SLACK_CLI_TOKEN (pass personal/slack/token)
fzf_key_bindings
set -gx EDITOR vi
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
eval (python -m virtualfish)
direnv hook fish | source