im a snail

This commit is contained in:
Frank Villaro-Dixon 2014-04-02 23:43:21 +02:00
parent d05fd7529e
commit a40fe28476

7
bashrc
View file

@ -4,6 +4,11 @@ shopt -s histappend
PROMPT_COMMAND='history -a'
alias dvorak='setxkbmap dvorak'
dvorak
alias qwertz='setxkbmap ch,fr'
#For autocompletions
#function have() { return 1; } #Some files use have: suppress warnings (yeah: 2>.. )
@ -539,7 +544,7 @@ function cttc
{
if [ $# -eq 2 ]; then
cwd=`cat $CONS_ROOT_DIRECTORY/$1`
cp "$2" "$cwd"
cp -r "$2" "$cwd"
else
echo "cons to see terminals"
fi