removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
8
.antidote/functions/__antidote_print_path
Normal file
8
.antidote/functions/__antidote_print_path
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/zsh
|
||||
### Pretty print a path
|
||||
|
||||
if zstyle -t ':antidote:compatibility-mode' 'antibody'; then
|
||||
echo "$1"
|
||||
else
|
||||
echo "$1" | sed -e "s|^$HOME/|\$HOME/|"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue