diff --git a/.aliasrc b/.aliasrc index 3bd2687..604c5a7 100644 --- a/.aliasrc +++ b/.aliasrc @@ -14,7 +14,7 @@ alias vi='vim' alias py='python' alias cfg='/usr/bin/git --git-dir=/home/h/.cfg/ --work-tree=/home/h' alias now='date "+%I:%M %a %d %b"' -alias brt='xbacklight -set' +alias lm='xbacklight -set' alias bat='cat /sys/class/power_supply/BAT0/capacity' diff --git a/.bash_profile b/.bash_profile index 168b1fc..1b0229e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,10 +1,7 @@ -# -# ~/.bash_profile -# - [[ -f ~/.bashrc ]] && . ~/.bashrc if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx fi +export PATH=$PATH:~/.bin diff --git a/.bashrc b/.bashrc index 95eca41..836bba5 100644 --- a/.bashrc +++ b/.bashrc @@ -9,9 +9,6 @@ PS1='\u@\h \W\$ ' # nvm source /usr/share/nvm/init-nvm.sh -# auto cd on path -shopt -s autocd - # history export HISTCONTROL=ignoreboth