wip
This commit is contained in:
parent
dfad8728d1
commit
78cff87120
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ else
|
||||||
alias hl="grep --passthrough"
|
alias hl="grep --passthrough"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command_exists dog; then
|
||||||
|
alias dig="dog"
|
||||||
|
fi
|
||||||
|
|
||||||
# ─< define copy command >────────────────────────────────────────────────────────────────
|
# ─< define copy command >────────────────────────────────────────────────────────────────
|
||||||
if command_exists wl-copy; then
|
if command_exists wl-copy; then
|
||||||
copy() {
|
copy() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue