summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-01 14:58:51 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-01 14:58:51 +0200
commit42f4160313a024fa92c09f455b9fa6432777e464 (patch)
tree75e2cbcaa58020a238337db3fa8bbc2294d18670 /.bashrc
parente0de360dc9d2e93faae63ca9ca88584cfc085602 (diff)
Remove unneeded function
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index 03fd0ab..1593a35 100644
--- a/.bashrc
+++ b/.bashrc
@@ -126,9 +126,3 @@ fi
# ==== Work config ===========================================================
# ==== Aliases
alias assume=". assume"
-
-# ==== Functions
-gitlab_token() {
- GITLAB_TOKEN="$(swf-credential-helper shell get 'git.swf.i.mercedes-benz.com')"
- export GITLAB_TOKEN
-}