From d94bc3fb71c65a17129562c8f84a571bed865eb1 Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 16 Aug 2011 17:42:35 -0400 Subject: [PATCH] switched /dev/shm to /tmp in some stuff --- dotfiles/.bashrc | 11 ++++++----- dotfiles/.grip | 2 +- dotfiles/.xinitrc | 1 - 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 10c3149..97a1a7a 100644 --- a/dotfiles/.bashrc +++ b/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 @@ -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" @@ -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 } @@ -96,3 +96,4 @@ fix() { } archey3 +#alsi -a diff --git a/dotfiles/.grip b/dotfiles/.grip index 6425ec2..de1149d 100644 --- a/dotfiles/.grip +++ b/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 diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 6b6f470..37da354 100755 --- a/dotfiles/.xinitrc +++ b/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