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