Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholashh committed Sep 26, 2019
1 parent 4627c30 commit 6bea8c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backup-config 100644 → 100755
Expand Up @@ -4,3 +4,6 @@
# See: The GNU General Public License

pacman -Qqen > packages

cp ~/.bashrc ./bashrc

12 changes: 12 additions & 0 deletions bashrc
@@ -0,0 +1,12 @@
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

cd ~/private/

0 comments on commit 6bea8c8

Please sign in to comment.