some changes
This commit is contained in:
parent
332b24720d
commit
782e74775b
|
@ -8,4 +8,5 @@ if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ]
|
|||
|
||||
end
|
||||
|
||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
thefuck --alias | source
|
||||
|
|
|
@ -6,7 +6,8 @@ function fish_prompt --description 'Write out the prompt'
|
|||
# Color the prompt differently when we're root
|
||||
set -l color_cwd $fish_color_cwd
|
||||
set -l prefix
|
||||
set -l suffix 'λ'
|
||||
#set -l suffix 'λ'
|
||||
set -l suffix "⋊>"
|
||||
if contains -- $USER root toor
|
||||
if set -q fish_color_cwd_root
|
||||
set color_cwd $fish_color_cwd_root
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2a1d469dd4861f7dd872a27d0fbba18a48af3b59
|
||||
Subproject commit 45a0d521209bfdc3bdc3f9ee10c8dee49ddfe1aa
|
|
@ -6,7 +6,7 @@
|
|||
'(ansi-color-names-vector
|
||||
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
|
||||
'(custom-safe-themes
|
||||
'("8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
|
||||
'("2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
|
||||
'(exwm-floating-border-color "#504945")
|
||||
'(fci-rule-color "#7c6f64")
|
||||
'(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20)))
|
||||
|
|
|
@ -57,4 +57,10 @@ xmonad --restart
|
|||
|
||||
zathura-pywal
|
||||
|
||||
emacsclient -e "(load-theme 'ewal-doom-one)"
|
||||
|
||||
~/dev/linux/telegram-palette-gen/telegram-palette-gen --wal
|
||||
|
||||
betterlockscreen -u $PATH_TO_IMG &
|
||||
|
||||
fish -c "source ~/.cache/wal/colors.fish"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
curl 'wttr.in/Nuremberg?format=%t\n'
|
||||
curl 'wttr.in/Landau?format=%t\n'
|
||||
|
|
Loading…
Reference in New Issue