Skip to content

Commit

Permalink
switched /dev/shm to /tmp in some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Aug 16, 2011
1 parent aaa583a commit d94bc3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions dotfiles/.bashrc
@@ -1,7 +1,7 @@
echo -e "\x1B]2;$(whoami)@$(uname -n)\x07"; # set gnometerminal title

[ -f /etc/profile ] && . /etc/profile
[ -f /etc/bash_completion ] && . /etc/bash_completion
[ -f /etc/bash_completion ] && . /etc/profile
[ -z "$PS1" ] && return

export EDITOR=vim
Expand All @@ -15,16 +15,16 @@ PATH=$PATH:$HOME/bin:$HOME/bin/wine
shopt -s histappend
PROMPT_COMMAND='history -a'
export HISTCONTROL=erasedups
export HISTSIZE=10000
export HISTSIZE=100000

alias pacman="pacman-color"
alias aur="aurploader -r -l ~/.aurploader"
alias bb="sudo bleachbit --delete system.cache system.localizations system.trash system.tmp"
alias orphan="if [ -n $(pacman -Qdt) ]; then echo no orphans to remove; else sudo pacman -Rs $(pacman -Qdtq); fi"
alias pp="sudo pacman-color -Syu"
alias cc="sudo cacheclean 2"
alias ls="ls --color=auto"
alias grep="grep --color=auto"
alias zgrep="zgrep --color=auto"

alias ma="cd /home/stuff/my_pkgbuild_files"
alias ll="ls -lh"
Expand Down Expand Up @@ -57,8 +57,8 @@ sudo rc.d stop $1
}

bi () {
cp -a $1 /dev/shm
cd /dev/shm/$1
cp -a $1 /tmp
cd /tmp/$1
here=`pwd`
echo you are here $here
}
Expand Down Expand Up @@ -96,3 +96,4 @@ fix() {
}

archey3
#alsi -a
2 changes: 1 addition & 1 deletion dotfiles/.grip
@@ -1,6 +1,6 @@
GRIP 2
grip_version 3.3.1
cd_device /dev/cdrom
cd_device /dev/dvdrom
force_scsi
ripexename /usr/bin/cdparanoia
ripcmdline -d %c %t:[.%s]-%t:[.%e] %w
Expand Down
1 change: 0 additions & 1 deletion dotfiles/.xinitrc
@@ -1,5 +1,4 @@
#!/bin/sh
#/usr/bin/xscreensaver -no-splash &
exec ck-launch-session startxfce4
#exec ck-launch-session gnome-session
#enlightenment-session

0 comments on commit d94bc3f

Please sign in to comment.