dmenu Twitch emote script, copy full path function
This commit is contained in:
@@ -186,6 +186,7 @@ abbr pgrf "grep-pdf-file"
|
||||
abbr pst "pastebin"
|
||||
abbr qh "qalc-history"
|
||||
abbr rf "refresh-config"
|
||||
abbr rl "readlink-cp"
|
||||
abbr rs "redshift-set"
|
||||
abbr sma "smol-add"
|
||||
abbr smd "smol-delete"
|
||||
@@ -204,14 +205,6 @@ abbr xya "export-pkgs"
|
||||
|
||||
# school [[[ #
|
||||
|
||||
# 369
|
||||
abbr grc "grep-c"
|
||||
abbr grh "grep-headers"
|
||||
abbr rgh "rg-headers"
|
||||
|
||||
abbr jcr "java-compile-run"
|
||||
abbr jct "java-compile-test"
|
||||
|
||||
# ]]] school #
|
||||
|
||||
# ]]] fxn abbr's #
|
||||
|
||||
3
dot_config/fish/functions/readlink-cp.fish
Normal file
3
dot_config/fish/functions/readlink-cp.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function readlink-cp
|
||||
readlink -f $argv[1] | xclip -selection clipboard
|
||||
end
|
||||
Reference in New Issue
Block a user