mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
suicide
This commit is contained in:
parent
d021b7e214
commit
110f088fca
3 changed files with 14 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
alias es=eix
|
alias es=eix
|
||||||
alias weather=curl\ wttr.in/masjedsoleyman
|
alias weather=curl\ wttr.in/masjedsoleyman
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
|
|
@ -10,3 +11,12 @@ alias cleae="clear"
|
||||||
alias clera="clear"
|
alias clera="clear"
|
||||||
alias ls=ls\ --color=auto
|
alias ls=ls\ --color=auto
|
||||||
alias nf="neofetch"
|
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
1
.bash.d/export
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export PS1="\[\e[01;32m\]\u@\h\[\e[01;34m\] \w \$\[\e[00m\]"
|
||||||
4
.bashrc
4
.bashrc
|
|
@ -15,5 +15,7 @@ if [[ $- != *i* ]] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ~/.bash.d/*
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue