When I try to use certain aliases I have set up it returns:
These are the aliases:
Some of these work: ls, cls, q, & x, but the rest do not. Please help, for it is probably something stupidly simple that I am missing.
Code:
-bash: example: command not found
Code:
alias ls='ls -al'
alias cls='clear'
alias x='exit'
alias commands='cat /Users/user/.commands'
alias q='quit'
alias bgss='/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaver$
alias chmodman='cat /Users/user/.chmodman'
alias show='defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder'
alias hide='defaults write com.apple.finder AppleShowAllFiles False ; killall Finder'
alias ..='cd ..'