add: bat symln to setup_ubuntu.sh
This commit is contained in:
parent
f65d81fcf6
commit
9222bb5b08
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/bash -euo
|
||||
|
||||
ln -s $(which fdfind) ~/.local/bin/fd
|
||||
ln -sf $(which batcat) ~/.local/bin/bat
|
||||
ln -sf $(which fdfind) ~/.local/bin/fd
|
||||
|
|
Loading…
Reference in a new issue