aboutsummaryrefslogtreecommitdiffstats
path: root/.lp_ps1
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-10-25 22:26:54 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-10-25 22:26:54 +0200
commit3e94a3e724c36267fa2e4039e3759473c59e8510 (patch)
tree379d0598c0d26d3b0c746604d80bb9e803371fb0 /.lp_ps1
parent8ecace69cb3b35ac6b72859ebf0be70d11d2d71e (diff)
downloaddotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.gz
dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.bz2
dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.zip
Restructured dotfile repo to take advantage of GNU Stow
Diffstat (limited to '.lp_ps1')
-rwxr-xr-x.lp_ps130
1 files changed, 0 insertions, 30 deletions
diff --git a/.lp_ps1 b/.lp_ps1
deleted file mode 100755
index 821dcf7..0000000
--- a/.lp_ps1
+++ /dev/null
@@ -1,30 +0,0 @@
1
2#######################################
3# LIQUID PROMPT DEFAULT TEMPLATE FILE #
4#######################################
5
6# Available features:
7# LP_BATT battery
8# LP_LOAD load
9# LP_JOBS screen sessions/running jobs/suspended jobs
10# LP_USER user
11# LP_HOST hostname
12# LP_PERM a colon ":"
13# LP_PWD current working directory
14# LP_PROXY HTTP proxy
15# LP_VCS the content of the current repository
16# LP_ERR last error code
17# LP_MARK prompt mark
18# LP_TIME current time
19# LP_RUNTIME runtime of last command
20# LP_PS1_PREFIX user-defined general-purpose prefix (default set a generic prompt as the window title)
21
22# Remember that most features come with their corresponding colors,
23# see the README.
24
25LP_PS1="[\d][\t]\u on \h\n\w${LP_VCS}${LP_MARK}"
26
27LP_TITLE=$(_lp_title $PS1)
28PS1="${LP_TITLE}${PS1}"
29
30# vim: set et sts=4 sw=4 tw=120 ft=sh: