updates
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -219,19 +219,24 @@ alias xreinstall="doas xbps-install -f"
|
||||
alias xlu="xbps-install -Suvn" # list packages requiring updates
|
||||
|
||||
## random
|
||||
#alias vim="nvim"
|
||||
alias todo="vim ~/_todo.md"
|
||||
alias schm="~/.screenlayout/home.sh"
|
||||
alias sclp="~/.screenlayout/laptop.sh"
|
||||
|
||||
### bare git repo alias for dotfiles
|
||||
alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
|
||||
|
||||
|
||||
# Exports
|
||||
export PATH="$PATH:$HOME/.cargo/bin"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$PATH:/var/lib/flatpak/exports/bin"
|
||||
export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
|
||||
export PATH="$PATH:/home/fr/git/microlab/wpa_tui/dmenu_scripts"
|
||||
|
||||
# Locales Exports
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
|
||||
# autologin on tty1
|
||||
# if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
|
||||
@@ -240,4 +245,4 @@ export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
|
||||
|
||||
export $(dbus-launch)
|
||||
bash /home/fr/bara.sh
|
||||
#screenfetch
|
||||
|
||||
|
Reference in New Issue
Block a user