]> git.ale.wales Git - deps.git/commitdiff
226CT.47926-Vanessa master
authorTu Puta Madre <tu@puta.madre>
Sun, 29 Mar 2026 17:30:08 +0000 (11:30 -0600)
committerTu Puta Madre <tu@puta.madre>
Sun, 29 Mar 2026 17:30:08 +0000 (11:30 -0600)
bashrc [new file with mode: 0644]
bashrc.diff [deleted file]

diff --git a/bashrc b/bashrc
new file mode 100644 (file)
index 0000000..da8941b
--- /dev/null
+++ b/bashrc
@@ -0,0 +1,8 @@
+
+alias ls='ls --color -lh'
+alias la='ls --color -lha'
+alias rm='rm -rf'
+alias clear='clear && fastfetch'
+
+fastfetch
+
diff --git a/bashrc.diff b/bashrc.diff
deleted file mode 100644 (file)
index 1405474..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-20c20,27
-< # alias mv='mv -i'
-\ No hay ningún carácter de nueva línea al final del archivo
----
-> # alias mv='mv -i'
-> 
-> alias ls='ls -l'
-> alias la='ls -la'
-> alias rm='rm -rf'
-> alias clear='clear && fastfetch'
-> 
-> fastfetch