From 110f088fca4f1deeda0c12c89392605c632d2c85 Mon Sep 17 00:00:00 2001 From: coast Date: Thu, 25 Sep 2025 04:21:30 +0330 Subject: [PATCH] suicide --- .bash.d/aliasrc | 10 ++++++++++ .bash.d/export | 1 + .bashrc | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .bash.d/export diff --git a/.bash.d/aliasrc b/.bash.d/aliasrc index 5496a99..6bb9467 100644 --- a/.bash.d/aliasrc +++ b/.bash.d/aliasrc @@ -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)" +} diff --git a/.bash.d/export b/.bash.d/export new file mode 100644 index 0000000..5f7f13c --- /dev/null +++ b/.bash.d/export @@ -0,0 +1 @@ +export PS1="\[\e[01;32m\]\u@\h\[\e[01;34m\] \w \$\[\e[00m\]" diff --git a/.bashrc b/.bashrc index 79fdd63..88d5b9f 100644 --- a/.bashrc +++ b/.bashrc @@ -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