email!
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -15,7 +15,6 @@ alias shutdown="shutdown now"
|
||||
alias l="ls"
|
||||
alias zed="zeditor"
|
||||
alias sudo="sudo -E"
|
||||
|
||||
alias q="hyprland"
|
||||
alias reload="source ~/.bashrc"
|
||||
alias update="paru -Syu --noconfirm && flatpak update --noninteractive"
|
||||
@@ -24,7 +23,7 @@ alias lah='ls -lah'
|
||||
alias fd='fd -H'
|
||||
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
printf "
|
||||
printf "
|
||||
\033]P0191724
|
||||
\033]P1eb6f92
|
||||
\033]P231748f
|
||||
@@ -51,8 +50,8 @@ PS1='\n[ \e[35;1m\u \e[34m\w\e[0m ]\n\e[1m\$ \e[0m'
|
||||
complete -cf sudo
|
||||
|
||||
export GDK_SCALE=1
|
||||
export EDITOR=helix
|
||||
export VISUAL=helix
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
export INPUTRC=~/.inputrc
|
||||
|
||||
export FZF_DEFAULT_OPTS="
|
||||
|
Reference in New Issue
Block a user