diff options
| -rw-r--r-- | .kshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ alias config='/usr/local/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias pkg_add='doas pkg_add -Dsnap ' alias pkg_info='doas pkg_info -Dsnap ' +# Alias to stop foot terminal confusing ssh +if [ "$TERM" = "foot" ]; then + alias ssh='TERM=linux ssh' +fi + # Simple, lightweight git prompt for oksh: if inside a git repo, adds the # branch name to PS1. __get_current_git_branch_name() { |
