summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-07-21 10:18:30 +0300
committerYigit Sever2019-07-21 10:18:30 +0300
commit0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e (patch)
tree428e13240343cbd4408e624b366425cdda302acd /.zshrc
parentf01c2c5619f1264f8f63ecb9dcd8c5b8c5099e91 (diff)
downloaddotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.tar.gz
dotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.tar.bz2
dotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.zip
Remove mkcdir, use take instead
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index e7e4b09..e84e3cb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -123,11 +123,6 @@ alias gg="exit"
123alias ledger="ledger -f ~/Dropbox/ledger.dat" 123alias ledger="ledger -f ~/Dropbox/ledger.dat"
124alias report="report -f ~/Dropbox/ledger.dat" 124alias report="report -f ~/Dropbox/ledger.dat"
125 125
126mkcdir () {
127 mkdir -p -- "$1" &&
128 cd -P -- "$1"
129}
130
131RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 126RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
132 127
133export GPG_TTY=$(tty) 128export GPG_TTY=$(tty)