im a snail
This commit is contained in:
parent
d05fd7529e
commit
a40fe28476
1 changed files with 6 additions and 1 deletions
7
bashrc
7
bashrc
|
@ -4,6 +4,11 @@ shopt -s histappend
|
||||||
PROMPT_COMMAND='history -a'
|
PROMPT_COMMAND='history -a'
|
||||||
|
|
||||||
|
|
||||||
|
alias dvorak='setxkbmap dvorak'
|
||||||
|
dvorak
|
||||||
|
alias qwertz='setxkbmap ch,fr'
|
||||||
|
|
||||||
|
|
||||||
#For autocompletions
|
#For autocompletions
|
||||||
|
|
||||||
#function have() { return 1; } #Some files use have: suppress warnings (yeah: 2>.. )
|
#function have() { return 1; } #Some files use have: suppress warnings (yeah: 2>.. )
|
||||||
|
@ -539,7 +544,7 @@ function cttc
|
||||||
{
|
{
|
||||||
if [ $# -eq 2 ]; then
|
if [ $# -eq 2 ]; then
|
||||||
cwd=`cat $CONS_ROOT_DIRECTORY/$1`
|
cwd=`cat $CONS_ROOT_DIRECTORY/$1`
|
||||||
cp "$2" "$cwd"
|
cp -r "$2" "$cwd"
|
||||||
else
|
else
|
||||||
echo "cons to see terminals"
|
echo "cons to see terminals"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue