summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4f1e100..9870d56 100644
--- a/.bashrc
+++ b/.bashrc
@@ -51,6 +51,7 @@ export LESS=iXFRx4
# Stopwatch
alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date'
+alias fd='find . -iname'
alias grep='grep -i --color'
alias more='less'
alias vi='vim'