Update
This commit is contained in:
0
dot_config/fish/functions/fish_mode_prompt.fish
Normal file
0
dot_config/fish/functions/fish_mode_prompt.fish
Normal file
3
dot_config/fish/functions/git-log-short.fish
Normal file
3
dot_config/fish/functions/git-log-short.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function git-log-short
|
||||
git log --pretty="%C(Yellow)%h %C(reset)%ad (%C(Green)%cr%C(reset))%x09 %C(Cyan)%an: %C(reset)%s"
|
||||
end
|
||||
@@ -1,5 +1,6 @@
|
||||
function pastebin
|
||||
# cat $argv[1] | curl -F 'sprunge=<-' http://sprunge.us
|
||||
# set -x HASTE_SERVER https://pste.gq
|
||||
cat $argv[1] | haste --raw
|
||||
# cat $argv[1] | haste --raw
|
||||
cat $argv[1] | haste
|
||||
end
|
||||
|
||||
3
dot_config/fish/functions/qalc-history.fish
Normal file
3
dot_config/fish/functions/qalc-history.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function qalc-history
|
||||
qalc $argv[1] | tee -a /home/kevin/Documents/journal/personal/calc-history.md
|
||||
end
|
||||
@@ -1,4 +1,4 @@
|
||||
function task-next-rm
|
||||
task $argv[1] modify -nx
|
||||
task $argv[1] modify -next
|
||||
and task
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function task-next
|
||||
task $argv[1] modify +nx
|
||||
task $argv[1] modify +next
|
||||
and task
|
||||
end
|
||||
|
||||
4
dot_config/fish/functions/task/task-wait.fish
Normal file
4
dot_config/fish/functions/task/task-wait.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function task-wait
|
||||
task $argv[1] mod wait:+$argv[2]
|
||||
and task
|
||||
end
|
||||
3
dot_config/fish/functions/us-to-cad.fish
Normal file
3
dot_config/fish/functions/us-to-cad.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function us-to-cad
|
||||
qalc "$argv[1]\$ to CAD"
|
||||
end
|
||||
Reference in New Issue
Block a user