dotfiles/bashrc

21 lines
395 B
Bash
Raw Normal View History

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='logo-ls '
alias xw='xwallpaper --zoom'
alias orphan='pacman -Qtdq | pacman -Rns -'
source ~/.bash-powerline.sh
#PS1='\033\e[0;31m󰅂\033\e[0m\e[0;32m󰅂\e[0;34m󰅂\e[0m \e[1;36m󰉋 \e[0m \W '
rxfetch
if [ -f /etc/bash.command-not-found ]; then
. /etc/bash.command-not-found
fi