From e13d49079061b2f457d3da7201f533308ea515ab Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Fri, 15 Mar 2019 09:20:27 -0400 Subject: Changes school, path, and history size Also Adds default printer --- bash/.bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index f1463cc..2d13ba7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,16 +2,18 @@ set -o vi PATH=~/bin:$PATH +LPDEST=pictor source ~/.pass_completion -HISTSIZE=1000 -HISTFILESIZE=8000 +HISTSIZE=-1 +HISTFILESIZE=-1 # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' alias ll='ls -laF' +alias school='cd ~/Documents/clarkson' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' -- cgit v1.1