1
0

Update files

This commit is contained in:
2025-07-21 12:02:28 +02:00
parent 33aff40a80
commit 5f0acba256
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ umask 0077
export DISPLAY='localhost:0.0'
export EDITOR='nano'
export FIGNORE='.dll:.cpl'
export GREP_COLORS='ms=97;41' # ANSI White;Red
export HISTCONTROL='ignoreboth:erasedups'
export LANG='en_US.UTF-8'
export LESS='-iRM'
@@ -32,7 +33,7 @@ export TZ='Europe/Oslo'
# Functions
#shn() { curl -F "shorten=$1" "https://envs.sh"; }
# Cygwin specific
# Cygwin
if [[ "$(uname)" == *"CYGWIN"* ]]; then
shopt -s completion_strip_exe
alias start='cygstart'
@@ -53,7 +54,7 @@ alias la='ls -la'
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias grep='grep --color'
alias grep='grep --color --ignore-case'
alias start-ssh-agent='eval $(keychain --eval)'
# Git Aliases

View File

@@ -164,6 +164,6 @@ simple_swap=false
[Panelize]
Modified git files=git ls-files --modified
Find rejects after patching=find . -name \\*.rej -print
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
Find *.orig after patching=find . -name \\*.orig -print
Find rejects after patching=find . -name \\*.rej -print