1
0
This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
2023-08-11 10:59:05 +02:00
2023-08-03 23:16:27 +02:00
2023-08-03 23:16:27 +02:00
2023-08-03 23:16:27 +02:00
2023-08-03 23:16:27 +02:00
2023-08-03 23:16:27 +02:00
2023-08-11 10:59:05 +02:00

KeyZox71-42-2nd-piscine

/usr/bin/flatpak-spawn --host --env=TERM=xterm-256color norminette "terminal.integrated.profiles.linux": { "bash": { "path": "/usr/bin/flatpak-spawn", "args": [ "--host", "--env=TERM=xterm-256color", "zsh" ], } },

alias : alias wclang="clang -Werror -Wall -Wextra" alias wcc="cc -Werror -Wall -Wextra" alias wgcc="gcc -Werror -Wall -Wextra" alias zshconfig="vim ~/.zshrc" alias norminette="/home/ajoly/.local/bin/norminette" alias norm="norminette -R CheckForbiddenSourceHeader" alias normh="norminette -R CheckDefine"

vimrc : set number set autoindent set mouse=a set tabstop=4

Description
No description provided
Readme 84 KiB
Languages
C 97.4%
Makefile 2.1%
Perl 0.3%
Shell 0.2%