Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Furdox authored Mar 13, 2024
1 parent f9d8bd4 commit d7209a4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ alias egrep='egrep --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'

alias nano='nano -m'

PS1='[\u@\h \W]\$ '

##### custom
Expand All @@ -35,6 +33,11 @@ alias redshiftnormal='redshift -P -O 6500'
alias redshiftmidnight='redshift -P -O 2250'
alias redshiftset='redshift -P -O'
alias redshiftnight='redshift -P -O 4000'
alias brightness='xrandr --output DP-0 --brightness'
alias light='xrandr --output DP-0 --brightness'
alias dark='xrandr --output DP-0 --brightness 0.5'

alias start='sudo systemctl start sddm'

alias pacinstall='sudo pacman -S'
alias pacinst='sudo pacman -S'
Expand All @@ -43,6 +46,10 @@ alias pacget='sudo pacman -S'

alias gimp='flatpak run org.gimp.GIMP'


#PS1='\A =\u@\h= \w \$ '
PS2='> '

################################################
# Emulate an MS-DOS prompt in your Linux shell.
# Laszlo Szathmary (jabba.laci@gmail.com), 2011
Expand All @@ -64,15 +71,12 @@ function msdos_pwd
export PS1='UwU:`msdos_pwd` >w< $ '

echo
echo
echo "Welcome to the Terminal!"
echo -e "\x1b[35;1mWelcome to the Terminal UwU!\x1b[0m"
echo
echo
# echo "Microsoft(R) Windows 95"
# echo " (C)Copyright Microsoft Corp 1981-1996."
echo
neofetch

export PATH=/home/furdox/.local/bin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin
export PATH=/home/furdox/.local/bin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin

PS1='\[\e[32;40;1m\]-\A-\[\e[31;40;1m\] $? \[\e[0m\e[36;40;1m\]=\[\e[35;40;1m\]\u\[\e[36;40;1m\]@\[\e[35;40;1m\]\h\[\e[36;40;1m\]= \[\e[33;40;1m\]\w \$\[\e[0m\] '

0 comments on commit d7209a4

Please sign in to comment.