diff --git a/fake_home/.rofi-list-git-repos.py b/fake_home/.rofi-list-git-repos.py index 5803184..07540da 100755 --- a/fake_home/.rofi-list-git-repos.py +++ b/fake_home/.rofi-list-git-repos.py @@ -21,6 +21,7 @@ def get_application_desktop_file_info(application: str, prefix: str) -> str: existing = icons.get(existing_key) if existing is not None: return existing + # TODO Find actual file - path to it may vary path = f"{home}/.local/share/applications/jetbrains-{application}.desktop" with open(path, 'r') as file: for line in file.readlines(): diff --git a/fake_home/.zshrc b/fake_home/.zshrc index e9cec86..4f91a93 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -135,7 +135,7 @@ function getdot { fi cd "$DOT_DIR" || return 1 git pull && ./copy.sh - rm /tmp/dconf-dump + rm /tmp/dconf-dump &> /dev/null scp -P 11275 'sage@sagev.space:~/dconf-dump' /tmp/dconf-dump dconf-dump > /tmp/current-dconf-dump if ! git --no-pager diff --no-index /tmp/current-dconf-dump /tmp/dconf-dump &> /dev/null; then