aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/function.zsh4
-rw-r--r--zsh/.zshrc2
2 files changed, 3 insertions, 3 deletions
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