Clean up scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7e11ded7f6
commit
61012463fe
29 changed files with 49 additions and 451 deletions
|
@ -1,14 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# ssh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Wrapper script for ssh to use XDG directories
|
||||
#
|
||||
# USAGE:
|
||||
# ./ssh
|
||||
TERM=xterm-256color "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|
||||
#!/usr/bin/env sh
|
||||
|
||||
TERM=xterm-256color "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue