From 3b5cdbb0a839cf93235cdaee19c0bcaffba53759 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 30 Jul 2020 21:21:03 +0200 Subject: Update .bashrc --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.bashrc b/.bashrc index a4fd882..ee7c6ff 100644 --- a/.bashrc +++ b/.bashrc @@ -6,5 +6,14 @@ [[ $- != *i* ]] && return alias ls='ls --color=auto' +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' +alias dot='/usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME' +alias commit='git commit' +alias gitstat='git status' + +PATH=$PATH:~/bin + PS1='[\u@\h \W]\$ ' -- cgit v1.2.3-70-g09d2