summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
AgeCommit message (Collapse)Author
2023-08-22Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-22[aliases] edited aliasesRaymaekers Luca
removed aliases that have been replaced such as floc and dloc, and added more aliases
2023-08-15[.zshrc] refactored git_parse_remoteRaymaekers Luca
use cut instead of sed to get the state of the remote, now you could use this command: git branch -v 2> /dev/null | sed '/^*/!d;s/^[^[]*\[\([^ ]*\).*$/\1/' but at this point, it feels more like intellectual masturbation.
2023-08-15[functions.zsh] removed unecessary testsRaymaekers Luca
2023-08-15[aliases.zsh] added calc aliasRaymaekers Luca
2023-08-15[functions.zsh] added ginitRaymaekers Luca
function to init a dir on db remote
2023-08-15[functions.zsh] renamed die to logRaymaekers Luca
2023-08-15[functions.zsh] changed function name formatRaymaekers Luca
2023-08-14[googoo] fixed destination argument not workingRaymaekers Luca
2023-08-14Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-14[aliases] added ufwdRaymaekers Luca
2023-08-13[zshrc] use exec and keychain identityRaymaekers Luca
Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though...
2023-08-13[functions] use grouping in calc, added psgrepRaymaekers Luca
2023-08-13[aliases] added diff aliasRaymaekers Luca
2023-08-13[googoo] removed functions and updated behaviourRaymaekers Luca
removed functions that where unneed as they were only called once, changed behaviour to not implement fzf in goo but in the functions itself, this makes goo easier to implement in other commands. Also ported over the funcitonality of setting the query with the first argument
2023-08-07[aliases] updated the gdate aliasRaymaekers Luca
2023-08-07[goo] added option to give search query as second paramaterRaymaekers Luca
I noticed by mistake sometimes I would type the query already.
2023-08-04Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-04[aliases] added ufwdRaymaekers Luca
2023-08-04Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-04use $HOME and added waybar edit aliasesRaymaekers Luca
2023-08-02Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-02added sshs aliasRaymaekers Luca
2023-08-02added resize functionRaymaekers Luca
2023-07-29added /usr/lib/os-releaseRaymaekers Luca
2023-07-29added alias and changed sort macroRaymaekers Luca
2023-07-29use script instead of aliasRaymaekers Luca
2023-07-29added aliasRaymaekers Luca
2023-07-29cleaned up is a file commandRaymaekers Luca
2023-07-28sorted cd aliasesRaymaekers Luca
2023-07-26use startw script for hyprlandRaymaekers Luca
2023-07-26edited aliasRaymaekers Luca
2023-07-21updated aliasesRaymaekers Luca
2023-07-20made aliases.zsh more shell gnosticRaymaekers Luca
2023-07-18Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-07-18Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-07-18use mktemp for uniqueRaymaekers Luca
2023-07-18added transmission aliasesRaymaekers Luca
2023-07-15Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-07-15added trcp functionRaymaekers Luca
2023-07-15added more aliasesRaymaekers Luca
2023-07-12updated sgd functionRaymaekers Luca
2023-07-11updated lsblk aliasRaymaekers Luca
2023-07-10added db aliasesRaymaekers Luca
2023-07-09cleanupRaymaekers Luca
2023-07-03Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-07-03edited fzps aliasRaymaekers Luca
2023-07-03keyadd moved to startup.shRaymaekers Luca
2023-07-03added password fzf aliasRaymaekers Luca
2023-07-03add key on startupRaymaekers Luca