update prompt
This commit is contained in:
parent
5445385183
commit
16bc65c6ea
6
.bashrc
6
.bashrc
@ -12,6 +12,7 @@
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias ll='ls -l --color=auto'
|
||||
alias l='ls -lta --color=auto'
|
||||
|
||||
alias ncmpcpp='ncmpcpp -b ~/.config/ncmpcpp/bindings'
|
||||
|
||||
@ -20,6 +21,8 @@ alias lv='lvim'
|
||||
|
||||
alias lg='lazygit'
|
||||
|
||||
alias pf='pfetch'
|
||||
|
||||
# --- #
|
||||
# env #
|
||||
# --- #
|
||||
@ -31,9 +34,6 @@ export EDITOR="$VISUAL"
|
||||
# startup #
|
||||
# ------- #
|
||||
|
||||
# restore color scheme
|
||||
# (cat ~/.cache/wal/sequences &)
|
||||
|
||||
# display system info on startup
|
||||
pfetch
|
||||
|
||||
|
@ -5,17 +5,23 @@ $directory\
|
||||
$git_branch\
|
||||
$git_state\
|
||||
$git_status\
|
||||
$cmd_duration\
|
||||
$python\
|
||||
$character"""
|
||||
|
||||
[username]
|
||||
format = "[$user]($style) "
|
||||
|
||||
[hostname]
|
||||
format = "@ [$hostname]($style) "
|
||||
|
||||
[directory]
|
||||
read_only = ' '
|
||||
style = "blue"
|
||||
|
||||
[character]
|
||||
success_symbol = "[❯](purple)"
|
||||
error_symbol = "[❯](red)"
|
||||
vimcmd_symbol = "[❮](green)"
|
||||
success_symbol = "[](purple)"
|
||||
error_symbol = "[](red)"
|
||||
vimcmd_symbol = "[](green)"
|
||||
|
||||
[git_branch]
|
||||
format = "[$branch]($style)"
|
||||
|
8
.xinitrc
8
.xinitrc
@ -1,16 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# configure monitor position
|
||||
exec /home/april/.screenlayout/samsung_aoc.sh
|
||||
|
||||
# set default cursor to standard arrow
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# restore color scheme
|
||||
# pywal -n -R
|
||||
|
||||
# set wallpaper
|
||||
xwallpaper --zoom ~/wallpapers/autumn-river.png
|
||||
xwallpaper --zoom ~/wallpapers/city.png
|
||||
|
||||
# start window manager
|
||||
exec bspwm
|
||||
|
Loading…
x
Reference in New Issue
Block a user