about summary refs log tree commit diff
path: root/meta
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-03-06 20:27:39 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-03-06 20:27:39 +0700
commit4e8f810e3e63b801728a6c7dd441a83bb7d582c2 (patch)
treee86b210652e7fadfe2682677e9985a631e44bfe9 /meta
parent18ff4bcb029e49ef9ee1e41c8bafb8ca880c2d42 (diff)
downloaddotfiles-4e8f810e3e63b801728a6c7dd441a83bb7d582c2.tar.gz
Update 20170306
Diffstat (limited to 'meta')
-rw-r--r--meta/.bashrc14
1 files changed, 3 insertions, 11 deletions
diff --git a/meta/.bashrc b/meta/.bashrc
index 334c920..18171d0 100644
--- a/meta/.bashrc
+++ b/meta/.bashrc
@@ -88,8 +88,8 @@ fi
 export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
 
 # some more ls aliases
-#alias ll='ls -l'
-#alias la='ls -A'
+alias ll='ls -l'
+alias la='ls -A'
 #alias l='ls -CF'
 
 # Alias definitions.
@@ -99,22 +99,14 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
 alias x='cd ~ && startx'
 alias scot='scrot ~/Pictures/Screenshots/%FT%T.png'
 alias gcc='gcc -O2 -lm'
-alias fpc='fpc -O1 -XS'
+alias fpc='fpc -O1 -XS -gl'
 alias mount='udevil mount'
 alias umount='udevil umount'
 TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
-
 if [ -f ~/.bash_aliases ]; then
     . ~/.bash_aliases
 fi
 
-function dct {
-    while true
-    do
-        dict $1 | less
-    done
-}
-
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).