term_xterm: Create Xterm .Xresources

Description Usage Arguments Author(s) Examples

View source: R/term_xterm.R

Description

Creates Xterm .Xresources in the home directory.

Usage

1
term_xterm(dir = Sys.getenv("HOME"), overwrite = FALSE, dark = TRUE)

Arguments

dir

Character string. .Xresources directory. Defaults to user's home directory.

overwrite

Logical. Overwrite existing .Xresources dot files in dir.

dark

Logical. Dark color scheme.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

1
2
3
4
5
6
7
8
## Not run: 
term_xterm(
  dir = getwd(),
  overwrite = TRUE,
  dark = TRUE
)

## End(Not run)

jeksterslabds/jeksterslabRterm documentation built on July 13, 2020, 11:43 p.m.