dotfiles/bashrc
mangeshrex 8e8eae355a
Add files via upload
Added the bashrc files which were needed for the nord theme
2021-07-07 12:32:34 +05:30

21 lines
395 B
Bash

#
# ~/.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