Skip to content

Commit

Permalink
sam(1) convenience commands added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Apr 14, 2015
1 parent dfce19b commit 9b2e840
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/rsam.rc
@@ -0,0 +1,16 @@
#!/usr/bin/env rc

TERM=dumb
plumber

fn cd { builtin cd $1 && awd $sysname }
tabstop=4

font='/mnt/font/Lucida Grande/12a/font'
#font='/mnt/font/Noto Sans/11a/font'

lfont='/mnt/font/Source Code Pro/12a/font'

SHELL=rc
exec sam $*

16 changes: 16 additions & 0 deletions bin/sam.rc
@@ -0,0 +1,16 @@
#!/usr/bin/env rc

TERM=dumb
plumber

fn cd { builtin cd $1 && awd $sysname }
tabstop=4

font='/mnt/font/Lucida Grande/15a/font'
#font='/mnt/font/Noto Sans/13a/font'

lfont='/mnt/font/Source Code Pro/14a/font'

SHELL=rc
exec sam $*

0 comments on commit 9b2e840

Please sign in to comment.