mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-06 00:53:23 +00:00
Add mc function for mkdir && cd
This commit is contained in:
parent
7e8e9c1a06
commit
566278035a
4
.bashrc
4
.bashrc
@ -243,6 +243,10 @@ cat() {
|
||||
fi
|
||||
}
|
||||
|
||||
mc() {
|
||||
mkdir "$@" && cd "$@"
|
||||
}
|
||||
|
||||
# directory for project
|
||||
project_dirs() {
|
||||
local dirs="__path__:$HOME/workspace/__path__:$HOME/__path__:/Volumes/Finn/__path__:$GEM_HOME/gems/__gempath__:$GEM_HOME/gems/__path__:$GEM_HOME/bundler/gems/__gempath__:$GEM_HOME/bundler/gems/__path__"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user