aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-23 13:02:46 -0400
committerxero <x@xero.nu>2014-03-23 13:02:46 -0400
commitba2f6fdaaf7e994a71e796b2159937651cfdfe3a (patch)
tree7ab3dc8d8c3ba6e409c07b3c96929a1a2cdf7ef3 /.zshrc
parent2e88d9b4470d9243e59e8c685ba7de6c08438627 (diff)
downloaddotfiles_ascii-ba2f6fdaaf7e994a71e796b2159937651cfdfe3a.tar.xz
dotfiles_ascii-ba2f6fdaaf7e994a71e796b2159937651cfdfe3a.zip
fix mini quick panel highlight color in greybreard theme. zshrc alias comment.
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 1d7ded7..02682aa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -46,7 +46,7 @@ alias mixer="alsamixer"
alias disks="palimpsest"
alias photoshop="playonlinux --run photoshop_portable"
alias tempwatch="while :; do sensors|while read x; do printf '% .23s\n' "$x"; done; sleep 1 && clear; done;"
-alias term='urxvtc -hold -e '
+alias term='urxvtc -hold -e ' #used for awesomewm run menu
alias fixcursor='xsetroot -cursor_name left_ptr'
alias hashcompare='bash ~/code/sys/hash-compare.sh '
alias apachereload='sudo /etc/init.d/apache2 restart'