4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
mkdir -p ~/.local/bin
|
|
ln -s ~/.config/tmux/scripts/hxi ~/.local/bin/hxi
|