Add .bashrc and .xinitrc
This commit is contained in:
15
.bashrc
Executable file
15
.bashrc
Executable file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
export EDITOR="vim"
|
||||
export CUPS_GSSSERVICENAME=HTTP
|
||||
export PATH=$PATH:/home/kuba/bin
|
||||
export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH"
|
||||
|
||||
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
|
||||
xhost +local:kuba > /dev/null
|
||||
Reference in New Issue
Block a user