From a40fe28476368d65fe6fdfa0848c8fe26099dcbd Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Wed, 2 Apr 2014 23:43:21 +0200 Subject: [PATCH] im a snail --- bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f308433..f6d34fc 100644 --- a/bashrc +++ b/bashrc @@ -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