aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 1668fc7..a9cfe96 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -35,6 +35,9 @@ alias mplayer='mplayer -ao jack,pulse,alsa'
##DU
alias du1='du -hd1'
+##FEH
+alias feh='feh -Z -g 1920x1200 -b "black" -S "filename"'
+
##GIT
alias gsi='git submodule update --init --recursive'
alias gsu='git submodule update --recursive'