Compare commits
2 commits
3349b6899c
...
77e057f0aa
Author | SHA1 | Date | |
---|---|---|---|
77e057f0aa | |||
133ccf23da |
2 changed files with 2 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -2,7 +2,7 @@ set -o vi
|
|||
|
||||
export GOPATH="/home/thrrgilag/go"
|
||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
export EDITOR="/usr/bin/vim"
|
||||
export EDITOR="/usr/bin/nano"
|
||||
|
||||
alias df='df -x squashfs'
|
||||
alias tmutt='mutt -F ~/.config/mutt/thrrgilag-muttrc'
|
||||
|
|
1
.config/nano/nanorc
Normal file
1
.config/nano/nanorc
Normal file
|
@ -0,0 +1 @@
|
|||
set nohelp
|
Loading…
Reference in a new issue