diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-17 10:16:25 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-17 10:16:25 +0200 |
commit | cd023e658f4ff5a5087b53d15d28628ac44827d8 (patch) | |
tree | 94c72db93b351294847ba2d3a026f1d2d4934e0b | |
parent | 25173e4257ea581a815b670e138ef030765357e3 (diff) |
Switched back to firefox as browser
-rw-r--r-- | newsbeuterconfig | 2 | ||||
-rw-r--r-- | zshrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newsbeuterconfig b/newsbeuterconfig index 8aafa6d..f848bf0 100644 --- a/newsbeuterconfig +++ b/newsbeuterconfig @@ -1,4 +1,4 @@ -browser iceweasel +browser firefox auto-reload yes reload-time 10 cleanup-on-quit yes @@ -48,7 +48,7 @@ alias w="wicd-client -n" alias agu="sudo aptitude update" alias agdu="sudo aptitude dist-upgrade" -alias acs="aptitude search" +alias acs="apt-cache search" alias agi="sudo aptitude install" alias purge="sudo apt-get --purge autoremove" |