Updates
This commit is contained in:
+2
-4
@@ -90,9 +90,8 @@ if ${use_color} ; then
|
|||||||
PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#BSD#@export CLICOLOR=1
|
|
||||||
#GNU#@alias ls='ls --color=auto'
|
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
|
alias ls='ls --color=auto'
|
||||||
else
|
else
|
||||||
# show root@ when we don't have colors
|
# show root@ when we don't have colors
|
||||||
PS1+='\u@\h \w \$ '
|
PS1+='\u@\h \w \$ '
|
||||||
@@ -109,8 +108,7 @@ fi
|
|||||||
# Try to keep environment pollution down, EPA loves us.
|
# Try to keep environment pollution down, EPA loves us.
|
||||||
unset use_color sh
|
unset use_color sh
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ff='fastfetch'
|
||||||
alias grep='grep --color=auto'
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ $menu = tofi-drun --drun-launch=true
|
|||||||
$colorPicker = hyprpicker -a
|
$colorPicker = hyprpicker -a
|
||||||
$browser = brave
|
$browser = brave
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
#################
|
#################
|
||||||
@@ -51,8 +50,8 @@ exec-once = waybar
|
|||||||
exec-once = sway-nc
|
exec-once = sway-nc
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
# exec-once = nm-applet &
|
exec-once = $terminal
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
exec-once = hyprctl dispatch workspace 3
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
@@ -60,11 +59,9 @@ exec-once = hyprpaper
|
|||||||
#############################
|
#############################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
### LOOK AND FEEL ###
|
### LOOK AND FEEL ###
|
||||||
#####################
|
#####################
|
||||||
|
|||||||
Reference in New Issue
Block a user