From c26f0990829d7859bf45b9bab3248fe007095f71 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Oct 2019 15:31:58 +0100 Subject: Add necessary changes for uni comp --- zsh/.zsh/function.zsh | 4 ++-- zsh/.zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh index fdd6980..b4cc40a 100644 --- a/zsh/.zsh/function.zsh +++ b/zsh/.zsh/function.zsh @@ -24,11 +24,11 @@ fdd() { wal-tile() { wal -n -i "$@" feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" - /home/yannherklotz/.local/bin/betterlock -u "$(< "${HOME}/.cache/wal/wal")" + $HOME/.local/bin/betterlock -u "$(< "${HOME}/.cache/wal/wal")" } wal-tile-l() { wal -l -n -i "$@" feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" - /home/yannherklotz/.local/bin/betterlock -u "$(< "${HOME}/.cache/wal/wal")" + $HOME/.local/bin/betterlock -u "$(< "${HOME}/.cache/wal/wal")" } diff --git a/zsh/.zshrc b/zsh/.zshrc index 9c02e6a..08aef70 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,7 +23,7 @@ setopt HIST_IGNORE_DUPS setopt HIST_IGNORE_SPACE setopt HIST_FIND_NO_DUPS -(cat ~/.cache/wal/sequences &) +(cat ~/.cache/wal/sequences &) >/dev/null 2>&1 # Sourcing everything source /usr/share/fzf/key-bindings.zsh -- cgit