Добавлены конфиги tmux и zsh
This commit is contained in:
4
tmux/plugins/tmux-sidebar/scripts/custom_tree.sh
Executable file
4
tmux/plugins/tmux-sidebar/scripts/custom_tree.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find . -path '*/.git*' -prune -o -print |
|
||||
sed -e 's;[^/]*/;|___;g;s;___|; |;g'
|
||||
Reference in New Issue
Block a user