diff options
| author | Yigit Sever | 2019-07-21 10:18:30 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-07-21 10:18:30 +0300 |
| commit | 0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e (patch) | |
| tree | 428e13240343cbd4408e624b366425cdda302acd | |
| parent | f01c2c5619f1264f8f63ecb9dcd8c5b8c5099e91 (diff) | |
| download | dotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.tar.gz dotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.tar.bz2 dotfiles-0dff9e6b69f7dadf596b4ce5a3259c2d92fd0c9e.zip | |
Remove mkcdir, use take instead
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -123,11 +123,6 @@ alias gg="exit" | |||
| 123 | alias ledger="ledger -f ~/Dropbox/ledger.dat" | 123 | alias ledger="ledger -f ~/Dropbox/ledger.dat" |
| 124 | alias report="report -f ~/Dropbox/ledger.dat" | 124 | alias report="report -f ~/Dropbox/ledger.dat" |
| 125 | 125 | ||
| 126 | mkcdir () { | ||
| 127 | mkdir -p -- "$1" && | ||
| 128 | cd -P -- "$1" | ||
| 129 | } | ||
| 130 | |||
| 131 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 126 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC |
| 132 | 127 | ||
| 133 | export GPG_TTY=$(tty) | 128 | export GPG_TTY=$(tty) |
