diff options
author | xero <x@xero.nu> | 2014-08-05 13:08:34 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-08-05 13:08:34 -0400 |
commit | 74e553965db2cbc769566837eefa13739f31f926 (patch) | |
tree | f85601d8305ae3bb5fd8890bcc27bb6a97704606 /zsh | |
parent | b3d58930a8bfd34c89455284ecd3536696914850 (diff) | |
download | dotfiles_ascii-74e553965db2cbc769566837eefa13739f31f926.tar.xz dotfiles_ascii-74e553965db2cbc769566837eefa13739f31f926.zip |
add terminal image viewer (thanx z3bra!) and added zsh alias for it.
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -18,7 +18,7 @@ # HIST_STAMPS="mm/dd/yyyy" #█▓▒░ exports -export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/home/xero/.gem/ruby/2.1.0/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" #█▓▒░ preferred editor for local and remote sessions @@ -40,11 +40,12 @@ alias matrix="cmatrix -b -s" alias pipes="bash ~/code/fun/pipes" alias pipesx="bash ~/code/fun/pipesx" alias rain="bash ~/code/fun/rain" -alias screenfetch="~/code/fun/screenfetch" +alias screenfetch="~/code/sys/info" alias hashcompare='bash ~/code/sys/hash-compare ' alias tempwatch="while :; do sensors; sleep 1 && clear; done;" alias term='urxvtc -hold -e ' #used for awesomewm run menu alias fixcursor='xsetroot -cursor_name left_ptr' +alias img='bash ~/code/sys/img' dirlist() { ls -la "$1" && echo -e '' && tree -a "$1" } @@ -57,8 +58,6 @@ dirlist() { alias pacman="sudo pacman" alias apachereload='sudo systemctl restart httpd.service' alias disks="ncdu" -#█▓▒░ work aliases -alias workscreen='xrandr --output HDMI1 --left-of LVDS1 --mode 1366x768' #█▓▒░ ssh export SSH_KEY_PATH="~/.ssh/id_rsa" |