Compare commits

..

No commits in common. "6e8e828fd5a1a9665ef51004ee7b69a9b5ad4c16" and "bcd54ddbf4f047621d30aa5c869d0909da768a93" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -18,10 +18,6 @@ function helpdef {
return 1 return 1
} }
function wait-for {
while ! $@; do sleep 1; done
}
function slides() { function slides() {
OLD_PATH="$PATH" OLD_PATH="$PATH"
PATH="$HOME/.slides-bin:$PATH" PATH="$HOME/.slides-bin:$PATH"

View File

@ -84,7 +84,7 @@ add-recent() {
return return
fi fi
echo "$1" >> "$RECENTS" echo "$1" >> "$RECENTS"
grep -v "^$" "$RECENTS" | tail -n 10 "$RECENTS" > "$RECENTS.temp" tail -n 10 "$RECENTS" > "$RECENTS.temp"
mv "$RECENTS.temp" "$RECENTS" mv "$RECENTS.temp" "$RECENTS"
} }
@ -127,7 +127,6 @@ fi
if [[ "$1" == "" ]]; then if [[ "$1" == "" ]]; then
choice="$(cat \ choice="$(cat \
<(recent) \ <(recent) \
<(echo -e "Recents:\n") \
<(system_info) \ <(system_info) \
<(windows) \ <(windows) \
<($HOME/.rofi-list-git-repos.py --no-icon) \ <($HOME/.rofi-list-git-repos.py --no-icon) \