mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add ackrc and fix how less is invoked.
This commit is contained in:
3
aliases
3
aliases
@@ -22,8 +22,5 @@ alias mdcode="sed 's/^/ /'"
|
|||||||
# Intel format plz
|
# Intel format plz
|
||||||
alias objdump="command objdump -M intel"
|
alias objdump="command objdump -M intel"
|
||||||
|
|
||||||
# Color support in less
|
|
||||||
alias less="command less -R"
|
|
||||||
|
|
||||||
# ACK
|
# ACK
|
||||||
alias ack="ack-grep"
|
alias ack="ack-grep"
|
||||||
|
|||||||
1
profile
1
profile
@@ -21,6 +21,7 @@ export EDITOR=vim
|
|||||||
export TZ='America/Los_Angeles'
|
export TZ='America/Los_Angeles'
|
||||||
export DEBEMAIL=david@systemoverlord.com
|
export DEBEMAIL=david@systemoverlord.com
|
||||||
export DEBFULLNAME="David Tomaschik"
|
export DEBFULLNAME="David Tomaschik"
|
||||||
|
export LESS="-R"
|
||||||
|
|
||||||
# GCE?
|
# GCE?
|
||||||
if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then
|
if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user