switch from hx to nvim, use rose pine theme
This commit is contained in:
35
.bashrc
35
.bashrc
@@ -13,10 +13,6 @@ alias bat="bat -f"
|
||||
alias grep="grep --color=auto"
|
||||
alias shutdown="shutdown now"
|
||||
alias l="ls"
|
||||
alias nvim="hx"
|
||||
alias vim="hx"
|
||||
alias vi="hx"
|
||||
alias nano="hx"
|
||||
alias zed="zeditor"
|
||||
|
||||
alias q="hyprland"
|
||||
@@ -26,6 +22,27 @@ alias paru="paru --bottomup --assume-installed ttf-font"
|
||||
alias lah='ls -lah'
|
||||
alias fd='fd -H'
|
||||
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
printf "
|
||||
\033]P0191724
|
||||
\033]P1eb6f92
|
||||
\033]P231748f
|
||||
\033]P3f6c177
|
||||
\033]P49ccfd8
|
||||
\033]P5c4a7e7
|
||||
\033]P6ebbcba
|
||||
\033]P7e0def4
|
||||
\033]P86e6a86
|
||||
\033]P9eb6f92
|
||||
\033]PA31748f
|
||||
\033]PBf6c177
|
||||
\033]PC9ccfd8
|
||||
\033]PDc4a7e7
|
||||
\033]PEebbcba
|
||||
\033]PFe0def4
|
||||
"
|
||||
fi
|
||||
|
||||
clear
|
||||
tfetch
|
||||
|
||||
@@ -37,9 +54,13 @@ export EDITOR=helix
|
||||
export VISUAL=helix
|
||||
export INPUTRC=~/.inputrc
|
||||
|
||||
export FZF_DEFAULT_OPTS="
|
||||
--color=fg:#908caa,bg:#191724,hl:#ebbcba
|
||||
--color=fg+:#e0def4,bg+:#26233a,hl+:#ebbcba
|
||||
--color=border:#403d52,header:#31748f,gutter:#191724
|
||||
--color=spinner:#f6c177,info:#9ccfd8
|
||||
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"
|
||||
|
||||
eval "$(starship init bash)"
|
||||
eval "$(fzf --bash)"
|
||||
eval "$(zoxide init --cmd cd bash)"
|
||||
|
||||
# bind 'set mark-symlinked-directories on'
|
||||
|
||||
|
Reference in New Issue
Block a user