fixed bashrc for scp

This commit is contained in:
2026-06-07 10:37:06 -06:00
parent 84b45ec958
commit 55ac7663af
2 changed files with 648 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me