Last active
May 11, 2025 00:17
-
-
Save caiusCitiriga/6b52a42739ea7c4c59896bafc79b7586 to your computer and use it in GitHub Desktop.
@ShellProfilerData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"aliases":[{"id":"d21a03ee-22db-4626-6599-cbbaa4ab388d","name":"gl","desc":"Log the repository history","command":"alias gl=\"git log\""},{"id":"dc45e31c-10bf-fc1e-a45e-5f5dcee00777","name":"greset","desc":"Reset all the uncommited work","command":"alias greset=\"git reset --hard\""},{"id":"547d1236-073f-7473-8938-7bec3b09f464","name":"gbl","desc":"Prints the local branches","command":"alias gbl=\"git branch -l\""},{"id":"4f8ec13f-4c10-ef3b-245c-276e636e77c1","name":"gbr","desc":"Prints the remote branches","command":"alias gbr=\"git branch -r\""},{"id":"bf3398b8-22fe-bb5b-718e-6e2e6aa2bfa0","name":"gfetch","desc":"Fetches the remotes","command":"alias gfetch=\"git fetch\""},{"id":"dfcba603-d5cd-e639-597e-ab00806ddfcb","name":"gclean","desc":"Cleans the repo from untracked files","command":"alias gclean=\"git clean -f -d\""},{"id":"62aae2e4-77e7-417e-6a2d-ff852d6af525","name":"kk","desc":"Clears the console","command":"alias kk=\"clear\""},{"id":"ff824b98-6fc9-63f1-a4b1-f0351c9410aa","name":"gs","desc":"Git status","command":"alias gs=\"git status\""},{"id":"56e1ba9d-87cf-0342-df8f-36bc45c85135","name":"shutdown_lnx","desc":"Shuts linux down","command":"alias shutdown_lnx=\"sudo shutdown -h now\""},{"id":"a87bc4a7-5caf-4a70-8473-84316c26c665","name":"ll","desc":"ls -alt","command":"alias ll=\"ls -alt\""},{"id":"69622def-eb62-8597-9aaa-f555e7cc6282","name":"l","desc":"Lists all NON hidden files and dirs","command":"alias l=\"ls -l\""},{"id":"15eec1a7-603e-db95-a427-6de39c81d36a","name":"npm-clear","desc":"Deletes node_modules && package-lock","command":"alias npm-clear=\"rm -r node_modules package-lock.json\""},{"id":"2f613a4e-8904-c0da-0845-da9f75e7c6f0","name":".net","desc":"dotnet","command":"alias .net=\"dotnet\""},{"id":"a465519e-b076-d226-c1e9-cd45e8ebabdd","name":"gp","desc":"Git push","command":"alias gp=\"git push\""},{"id":"0e5d0357-2c4e-8196-2c63-eacef5afe40e","name":"refresh","desc":"Reloads (source) the .bash_profile file","command":"alias refresh=\"source /Users/caiuscitiriga/.profile\""},{"id":"46b8e338-cc53-2560-f869-2111158067fd","name":"desk","desc":"Go to desktop","command":"alias desk=\"cd ~/Desktop\""},{"id":"f229f944-d02f-68b3-8bd8-47ba0204dd75","name":"gitignore_reset","desc":"Removes cached items from git. Needs commit after operation","command":"alias gitignore_reset=\"git rm -r --cached .\""},{"id":"bafa954d-b6f2-d8f2-aec6-bb3f7b23dc78","name":"..","desc":"same as cd ..","command":"alias ..=\"cd ..\""},{"id":"b84aad40-0e05-5b89-158a-0b7b1ad78438","name":"code","desc":"Open in visual studio code file","command":"alias code=\"/Applications/Visual\\ Studio\\ Code.app/Contents/MacOS/Electron $1\""},{"id":"7dba7be2-0d47-eece-0f8a-163096f572d5","name":"nrs","desc":"NPM run start","command":"alias nrs=\"npm run start\""},{"id":"dd04f45a-217c-dced-0787-8674154a8398","name":"nrs:d","desc":"[NEST] npm run start:dev","command":"alias nrs:d=\"npm run start:dev\""},{"id":"1562c4dc-7790-e354-46da-3ae11bfc4799","name":"nrs:dd","desc":"[NEST] npm run start:debug","command":"alias nrs:dd=\"npm run start:debug\""},{"id":"18480f0e-48a3-6c35-0571-5fb04cdbb8b4","name":"nrb","desc":"npm run build","command":"alias nrb=\"npm run build\""},{"id":"cb74e9e0-cc78-2ca7-a661-723322497ab0","name":"mutespotifyads","desc":"Runs a script to mute spotify ads: https://gdi3d.github.io/mute-spotify-ads-mac-osx/","command":"alias mutespotifyads=\"sh ~/MuteSpotifyAds/NoAdsSpotify.sh\""},{"id":"b4eb8267-dcc4-8287-bfae-ea9c214ac3a8","name":"brs-zbr-ssh","desc":"SSH into BRS Zebra VM","command":"alias brs-zbr-ssh=\"ssh [email protected]\""},{"id":"76c4c2a9-09e3-0b53-baa9-a43733dca5bf","name":"kbk:wrv-views-dev","desc":"SSH into wrv views server dev","command":"alias kbk:wrv-views-dev=\"ssh -o 'IdentitiesOnly=yes' -i /Users/caiuscitiriga/.ssh/id_rsa_kbk [email protected]\""},{"id":"19c0ec3f-b25f-bc36-8389-e3aadcaf8bee","name":"kbk-dev-server","desc":"SSH into kbk dev server","command":"alias kbk-dev-server=\"ssh [email protected]\""},{"id":"3404075a-6452-7947-11ea-ab0366e2a169","name":"init-ts-project","desc":"Initializes an opinionated typescript project structure","command":"alias init-ts-project=\"npm init typescript-project\""},{"id":"ed79e2e1-99d3-a37d-b445-3830e5c40e2e","name":"hq:ssh:matiaz","desc":"SSH into HQ temporary server (by Matiaz)","command":"alias hq:ssh:matiaz=\"ssh [email protected]\""},{"id":"173f3f9f-e741-f1b3-3457-eaf61e78fd65","name":"docker:remove-all-containers","desc":"Forcefully removes all running containers","command":"alias docker:remove-all-containers=\"docker rm -f $(docker ps -aq)\""},{"id":"08a5a663-9855-a01a-f4fb-48394e180f67","name":"docker:remove-all-images","desc":"Forcefully removes all images","command":"alias docker:remove-all-images=\"docker rmi -f $(docker images -aq)\""},{"id":"4c47c9b3-04c1-5bac-4e48-2c9262fed6d4","name":"docker:deep-reset","desc":"deletes all containers, images and system prunes forcefully","command":"alias docker:deep-reset=\"docker:remove-all-containers && docker:remove-all-images && docker system prune --force\""}],"functions":[{"id":"8f734eab-cefe-4981-138c-a79f6a16de2b","name":"gac","desc":"Stages all the files and commits with the given message","command":"function gac(){\n\tgit add . && git commit -m \"$1\"\n}"},{"id":"11683de8-4567-2fb5-2238-d0a7e476159f","name":"gpl","desc":"Pulls from the given branch from ORIGIN","command":"function gpl(){\n\tgit pull origin $1 $2 $3 $4 $5\n}"},{"id":"76772f0c-b1ba-510b-3c41-67ea5fa7be4f","name":"gps","desc":"Pushes to the given branch at the given remote","command":"function gps(){\n\tgit push origin $1\n}"},{"id":"e2724f5c-38c0-32d7-fb31-633294a4b723","name":"gcheck","desc":"Checks out a branch or creates one","command":"function gcheck(){\n\tgit checkout $1 $2 $3\n}"},{"id":"ec123e9c-280c-6b78-6774-050f634f2cc3","name":"gdel","desc":"Deletes the given branch","command":"function gdel(){\n\tgit branch -d $1\n}"},{"id":"54327109-fea0-c511-a200-85d686e0aaea","name":"gdel_","desc":"Forcefully deletes the given branch","command":"function gdel_(){\n\tgit branch -D $1\n}"},{"id":"bb9124cc-d684-31db-d0ba-230f21b4a453","name":"gclone","desc":"Clones the given repository from the given user/org","command":"function gclone(){\n\tgit clone https://github.com/$1/$2 $3\n}"},{"id":"6e115233-a500-66c9-9190-c848c24fb9aa","name":"nrun","desc":"Runs a npm script from the package","command":"function nrun(){\n\tnpm run $1 $2 $3 $4 $5 $6\n}"},{"id":"e16a808c-3cdc-fbf8-0178-a71e139eca10","name":"nest-new","desc":"New nest project in the specified directory","command":"function nest-new(){\n\tgit clone https://github.com/nestjs/typescript-starter.git $1\n}"},{"id":"f48185ea-9b57-cdcd-a18b-e2d2bd3cbcb1","name":"nmod","desc":"Runs an exec from current node_modules/.bin folder","command":"function nmod(){\n\tnode_modules/.bin/$1\n}"},{"id":"1e28758e-0bfe-0d46-47c6-4d272c6934ba","name":"_rm","desc":"sudo rm -r","command":"function _rm(){\n\tsudo rm -r \"$1\"\n}"},{"id":"dca29039-3f80-1a8b-e158-74975da8cbfc","name":"cmd-run-recursive","desc":"Executes a given command recursively in all the folders in the current directory","command":"function cmd-run-recursive(){\n\tfor dir in */; do (cd \"$dir\" && eval $1); done\n}"}],"userBashrcFilePath":"C:\\Users\\caiuscitiriga\\.bash_profile","name":"DefaultProfile"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment