new repository without sensitive information
This commit is contained in:
commit
57fa0afede
51 changed files with 1883 additions and 0 deletions
7
widgets/rationalise-dot
Normal file
7
widgets/rationalise-dot
Normal file
|
@ -0,0 +1,7 @@
|
|||
rationalise-dot() {
|
||||
if [[ $LBUFFER = *.. ]]; then
|
||||
LBUFFER+=/..
|
||||
else
|
||||
LBUFFER+=.
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue