Add dot files
This commit is contained in:
parent
4da895e719
commit
0dd4976210
91 changed files with 20968 additions and 542 deletions
|
|
@ -99,7 +99,8 @@ function jd
|
|||
--exclude-dir="dist" \
|
||||
--exclude-dir="node_modules" --include="*$suffix" \
|
||||
-r -n $insensitive "$value" * | \
|
||||
sed -e "s/:/ +/" | sed -e "s/:/ --/" | sed -e "s/^/vim /"
|
||||
sed -e "s/:/ +/" | sed -e "s/:/ --/" | \
|
||||
sed -e "s/^/vim /" | sed -e "s/\s\+/ /g"
|
||||
return
|
||||
case h
|
||||
_jdhelp
|
||||
|
|
@ -116,6 +117,10 @@ function read_prompt
|
|||
echo "Which window would you like to go to? (Enter a number or q to quit) "
|
||||
end
|
||||
|
||||
function gitp
|
||||
git log --oneline --graph --decorate
|
||||
end
|
||||
|
||||
function gt
|
||||
set query $argv[1]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue