Fixed bitwarden functions and removed obsolete ones
This commit is contained in:
@@ -60,15 +60,6 @@
|
||||
if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then
|
||||
export TERM="xterm-256color"
|
||||
fi
|
||||
|
||||
awkuniq() {
|
||||
if [[ "$1" == "-c" ]]; then
|
||||
awk '{ !x[$0]++ } END { for (i in x) print x[i] "\t" i }'
|
||||
else
|
||||
awk '!x[$0]++'
|
||||
fi
|
||||
}
|
||||
|
||||
'';
|
||||
|
||||
plugins = [
|
||||
|
||||
Reference in New Issue
Block a user