Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
63c3b706
Commit
63c3b706
authored
Feb 18, 2010
by
Mark Olesen
Browse files
STYLE: provide more foam-prefixed aliases
- foamApps == app - foamSol == sol - foamTuts == tut - foamUtils == util
parent
ac99035a
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/aliases.csh
View file @
63c3b706
...
...
@@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 1991-200
9
OpenCFD Ltd.
# \\ / A nd | Copyright (C) 1991-20
1
0 OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
...
...
@@ -56,6 +56,11 @@ alias app 'cd $FOAM_APP'
alias
util
'cd $FOAM_UTILITIES'
alias
sol
'cd $FOAM_SOLVERS'
alias
tut
'cd $FOAM_TUTORIALS'
alias
foamApps
'cd $FOAM_APP'
alias
foamSol
'cd $FOAM_SOLVERS'
alias
foamTuts
'cd $FOAM_TUTORIALS'
alias
foamUtils
'cd $FOAM_UTILITIES'
alias
foam3rdParty
'cd $WM_THIRD_PARTY_DIR'
# -----------------------------------------------------------------------------
etc/aliases.sh
View file @
63c3b706
...
...
@@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 1991-200
9
OpenCFD Ltd.
# \\ / A nd | Copyright (C) 1991-20
1
0 OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
...
...
@@ -56,6 +56,11 @@ alias app='cd $FOAM_APP'
alias
util
=
'cd $FOAM_UTILITIES'
alias
sol
=
'cd $FOAM_SOLVERS'
alias
tut
=
'cd $FOAM_TUTORIALS'
alias
foamApps
=
'cd $FOAM_APP'
alias
foamSol
=
'cd $FOAM_SOLVERS'
alias
foamTuts
=
'cd $FOAM_TUTORIALS'
alias
foamUtils
=
'cd $FOAM_UTILITIES'
alias
foam3rdParty
=
'cd $WM_THIRD_PARTY_DIR'
# -----------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment