Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
William Ting
autojump
Merge requests
!624
fix tcsh
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Open
GlazerMann
requested to merge
github/fork/GlazerMann/patch-1
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
version 1
5d15b073
2 years ago
master (HEAD)
and
latest version
latest version
5d15b073
1 commit,
2 years ago
version 1
5d15b073
1 commit,
2 years ago
1 file
+
1
-
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
bin/autojump.tcsh
+
1
-
1
Options
View file @ a5b5e26e
Edit in single-file editor
Open in Web IDE
Show full file
# set user installation paths
if (-d ~/.autojump/bin) then
set path = (~/.autojump/bin
path)
set path = (~/.autojump/bin
:${
path
}
)
endif
# prepend autojump to cwdcmd (run after every change of working directory)
Menu
Explore
Projects
Groups
Snippets