8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
![]() |
rationalise-dot() {
|
||
|
if [[ $LBUFFER = *.. ]]; then
|
||
|
LBUFFER+=/..
|
||
|
else
|
||
|
LBUFFER+=.
|
||
|
fi
|
||
|
}
|