mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
6 lines
166 B
Bash
Executable file
6 lines
166 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../Guix.org::*Slack][Slack:1]]
|
|
export PATH="$HOME/bin/dummies:$PATH"
|
|
mkdir -p ~/.cache/slack
|
|
slack -r ~/.cache/slack
|
|
# Slack:1 ends here
|