forked from ma08/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashrc
More file actions
67 lines (66 loc) · 1.08 KB
/
bashrc
File metadata and controls
67 lines (66 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
set -o vi
#alias ranger='TERM=xterm-256color ranger'
alias gno="gnome-open"
function mkdirm
{
command mkdir $1 && cd $1
}
function cdpro
{
command cd ~/pro
}
function cddisk
{
command cd /media/sourya/01CE83D74A3EF3D0
}
function cd6thsem
{
command cd /home/sourya/pro/6thsem
}
function cdOS
{
command cd /home/sourya/pro/6thsem/OS
}
function gitpush
{
command git push origin master
}
function gitpull
{
command git pull origin master
}
function cdNetworks
{
command cd /home/sourya/pro/6thsem/Networks
}
function cdDBMS
{
command cd /home/sourya/pro/6thsem/DBMS
}
function cdbtp
{
command cd /home/sourya/pro/btp/btp-crypto/
}
function cdblog
{
command cd ~/pro/blogtesting/blog/
}
function torsshchatterbox
{
command ssh -o ProxyCommand='nc -x 127.0.0.1:9150 %h %p' azureuser@chatterbox2.cloudapp.net
}
function gitstore
{
git config credential.helper store
}
function yoump3
{
youtube-dl $1 -x --audio-format mp3 --audio-quality 9
}
function settime
{
sudo hwclock --set --date "$1"
sudo hwclock --hctosys
}
xmodmap ~/.Xmodmap
source /usr/share/bash-completion/completions/git