1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-07 21:43:34 +00:00
Dotfiles/.bashrc
2020-07-27 07:59:00 +03:00

15 lines
230 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias vim=nvim
alias notify-send=twmnc
export TERMINAL=alacritty
set TERMINAL alacritty
PS1='[\u@\h \W]\$ '