keymaps and gridselect
This commit is contained in:
parent
f124ff7b77
commit
e3bae6b89c
5 changed files with 2077 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -136,6 +136,8 @@ alias uzbl="uzbl-browser"
|
|||
|
||||
# Functions
|
||||
args() { echo $#; }
|
||||
title() { printf '\33]2;%s\007' $* }
|
||||
resize() { printf '\33]50;%s%d\007' "xft:Terminus:pixelsize=" $1 ",xft:IPAGothic:antialias=true" }
|
||||
asdf() {
|
||||
if [ `uname -s` = "SunOS" ] ; then
|
||||
if [ x`hostname` = x"chandra.cs.pdx.edu" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue