dotfiles

My dotfiles
git clone git://mcdim.xyz/dotfiles.git
Log | Files | Refs

bashrc (518B)


      1 # ~/.bashrc
      2 #
      3 neofetch
      4 # If not running interactively, don't do anything
      5 [[ $- != *i* ]] && return
      6 
      7 alias ls='ls --color=auto'
      8 
      9 alias scim='sc-im'
     10 
     11 alias ..="cd .."
     12 alias ...="cd ../../"
     13 
     14 alias ccrypt='~/Documents/cc/ccrypt'
     15 
     16 alias nm="neomutt"
     17 alias nb="newsboat"
     18 
     19 alias ncm="ncmpcpp"
     20 alias ncm="ncmpcpp"
     21 
     22 PS1="\[$(tput bold)\]\[\033[38;5;1m\]\u@\h\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;12m\]\w\[$(tput sgr0)\] \\$ \[$(tput sgr0)\]"
     23 #PS1='\e[0;31[\u@\h\e[m \W $ '
     24 
     25 PATH="$PATH:$HOME/.local/bin"