aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/function.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/function.zsh')
-rw-r--r--zsh/.zsh/function.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh
index d3dcca7..1fc7baa 100644
--- a/zsh/.zsh/function.zsh
+++ b/zsh/.zsh/function.zsh
@@ -20,3 +20,8 @@ fdd() {
-o -type d -print 2> /dev/null | fzf +m) &&
cd "$dir"
}
+
+wal-tile() {
+ wal -n -i "$@"
+ feh --bg-tile "$(< "${HOME}/.cache/wal/wal")"
+}