This commit is contained in:
coast 2025-09-25 04:21:30 +03:30
parent d021b7e214
commit 110f088fca
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
alias es=eix
alias weather=curl\ wttr.in/masjedsoleyman
alias c="clear"
@ -10,3 +11,12 @@ alias cleae="clear"
alias clera="clear"
alias ls=ls\ --color=auto
alias nf="neofetch"
alias als="vim ~/.bash.d/aliasrc"
alias ac="sudo emerge -ac"
alias suod=sudo
alias srcbash="source ~/.bashrc"
alias smi=nvidia-smi
alias tl="sudo tail -f /var/log/emerge-fetch.log"
fixaud() {
pactl set-card-profile alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic "HiFi (HDMI1, HDMI2, HDMI3, Mic1, Mic2, Speaker)"
}

1
.bash.d/export Normal file
View file

@ -0,0 +1 @@
export PS1="\[\e[01;32m\]\u@\h\[\e[01;34m\] \w \$\[\e[00m\]"

View file

@ -15,5 +15,7 @@ if [[ $- != *i* ]] ; then
fi
source ~/.bash.d/*
PS1='\[\e[1;37m\]\u@\h \w \$\[\e[0m\] '
# Put your fun stuff here.
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion