aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/aliases.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-05-17 11:08:56 +0200
committerDavid Runge <david.runge@frqrec.com>2014-05-17 11:08:56 +0200
commitbde331c08441d04a6b47835bfc50e194170e66e6 (patch)
tree60e1426b4a18ae8c1c39b9bc8e252ffffdab4fc2 /.zsh.after/aliases.zsh
parent584c61032b25712556854074d70706b607a474a1 (diff)
downloaddotfiles-bde331c08441d04a6b47835bfc50e194170e66e6.tar.gz
dotfiles-bde331c08441d04a6b47835bfc50e194170e66e6.tar.bz2
dotfiles-bde331c08441d04a6b47835bfc50e194170e66e6.tar.xz
dotfiles-bde331c08441d04a6b47835bfc50e194170e66e6.zip
Adding alias for checking for video devices in /dev
Diffstat (limited to '.zsh.after/aliases.zsh')
-rw-r--r--.zsh.after/aliases.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 76c8689..7659e00 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -30,6 +30,7 @@ alias llt='ls -ltr'
alias la='ls -A'
alias lla='ls -lA'
alias lsfw='ls -lah /dev|grep fw'
+alias lsvid='ls -lah /dev|grep video'
#grep aliases (with excluded directories)
alias grepdot='grep -rI --exclude-dir=".steam" --exclude-dir=".local" --exclude-dir=".thunderbird" --exclude-dir=".mozilla" --exclude-dir="git" --exclude-dir=".rvm" --exclude-dir=".log" --exclude-dir=".dropbox-dist" --exclude-dir=".config" '