I hereby claim:
- I am eguicciardi on github.
- I am eguicciardi (https://keybase.io/eguicciardi) on keybase.
- I have a public key ASBEpO2qYbSIL0RKpMc_jWlFT9KsTizAygzPz9PFW86LTwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
try { | |
// If access.token is returned, save it on the collection variable "jwtToken" | |
var jwtToken = pm.response.json()?.access?.token || false; | |
if(jwtToken) { | |
pm.collectionVariables.set("jwtToken", jwtToken); | |
} | |
} catch(error) {} |
import = ["~/.config/alacritty/catppuccin/catppuccin-macchiato.toml"] | |
live_config_reload = true | |
working_directory = "Development" | |
[env] | |
TERM = "xterm-256color" | |
[window] | |
decorations = "Full" | |
dynamic_padding = false |